Author: qboosh                       Date: Sat Mar 22 11:58:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix parallel make

---- Files affected:
SOURCES:
   libextractor-pmake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libextractor-pmake.patch
diff -u /dev/null SOURCES/libextractor-pmake.patch:1.1
--- /dev/null   Sat Mar 22 12:58:05 2008
+++ SOURCES/libextractor-pmake.patch    Sat Mar 22 12:57:59 2008
@@ -0,0 +1,20 @@
+--- libextractor-0.5.19a/src/main/Makefile.am.orig     2007-01-10 
05:14:09.000000000 +0100
++++ libextractor-0.5.19a/src/main/Makefile.am  2008-03-22 12:23:43.319053024 
+0100
+@@ -14,7 +14,7 @@
+ bin_PROGRAMS = extract
+ 
+ extract_LDADD = \
+-  $(top_builddir)/src/main/libextractor.la 
++  libextractor.la 
+ 
+ if !MINGW
+ if !SOMEBSD
+@@ -70,7 +70,7 @@
+ test_binary_SOURCES = \
+   test_binary.c
+ test_binary_LDADD = \
+-  $(top_builddir)/src/main/libextractor.la
++  libextractor.la
+ 
+ 
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to