diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-02 01:41:02 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-02 01:41:02 +0000 |
commit | 8962780713bf9693d644972014867209e2876193 (patch) | |
tree | 1cbcf9905a4e38c7d43dd49f2715cd02f262fcbd /kde-base/konq-plugins/files | |
parent | inherit goes at the top (diff) | |
download | gentoo-2-8962780713bf9693d644972014867209e2876193.tar.gz gentoo-2-8962780713bf9693d644972014867209e2876193.tar.bz2 gentoo-2-8962780713bf9693d644972014867209e2876193.zip |
Added a patch to fix a parallel make issue. Not a problem in kdeaddons and therefore not applied there. Fixes bug 112214.
(Portage version: 2.1.3.7)
Diffstat (limited to 'kde-base/konq-plugins/files')
-rw-r--r-- | kde-base/konq-plugins/files/konq-plugins-parallel-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/konq-plugins/files/konq-plugins-parallel-make.patch b/kde-base/konq-plugins/files/konq-plugins-parallel-make.patch new file mode 100644 index 000000000000..5d08b2861f16 --- /dev/null +++ b/kde-base/konq-plugins/files/konq-plugins-parallel-make.patch @@ -0,0 +1,11 @@ +--- konq-plugins-3.5.7/konq-plugins/sidebar/delicious/Makefile.am~ 2005-09-10 11:14:15.000000000 +0300 ++++ konq-plugins-3.5.7/konq-plugins/sidebar/delicious/Makefile.am 2007-08-18 11:18:15.000000000 +0300 +@@ -15,6 +15,8 @@ + konqsidebar_delicious_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + konqsidebar_delicious_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) -lkonqsidebarplugin + ++konqsidebar_delicious_la_COMPILE_FIRST = widget.h ++ + globaladddir = $(kde_datadir)/konqsidebartng/add + globaladd_DATA = delicious_add.desktop + |