diff options
Diffstat (limited to 'net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch')
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch b/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch index 5ad79fd7a9a6..d6f7d6e76174 100644 --- a/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch +++ b/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch @@ -1,6 +1,5 @@ -diff -ur wvstreams-4.6.1.orig/Makefile wvstreams-4.6.1/Makefile ---- wvstreams-4.6.1.orig/Makefile 2009-09-16 00:26:50.000000000 +0300 -+++ wvstreams-4.6.1/Makefile 2010-01-04 18:06:15.000000000 +0200 +--- Makefile ++++ Makefile @@ -131,12 +131,19 @@ # libwvstreams: stream/event handling library # @@ -35,9 +34,8 @@ diff -ur wvstreams-4.6.1.orig/Makefile wvstreams-4.6.1/Makefile TESTS += $(call tests_cc,dbus/tests) libwvdbus_OBJS += $(call objects,dbus) libwvdbus.so: $(libwvdbus_OBJS) $(LIBWVSTREAMS) -diff -ur wvstreams-4.6.1.orig/wvrules-posix.mk wvstreams-4.6.1/wvrules-posix.mk ---- wvstreams-4.6.1.orig/wvrules-posix.mk 2008-10-21 18:31:58.000000000 +0300 -+++ wvstreams-4.6.1/wvrules-posix.mk 2010-01-04 18:04:00.000000000 +0200 +--- wvrules-posix.mk ++++ wvrules-posix.mk @@ -85,12 +85,15 @@ $(AR) s $1 endef |