]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor-pmake.patch
- rebuild with fixed rpm macros
[packages/libextractor.git] / libextractor-pmake.patch
1 --- libextractor-0.5.19a/src/main/Makefile.am.orig      2007-01-10 05:14:09.000000000 +0100
2 +++ libextractor-0.5.19a/src/main/Makefile.am   2008-03-22 12:23:43.319053024 +0100
3 @@ -14,7 +14,7 @@
4  bin_PROGRAMS = extract
5  
6  extract_LDADD = \
7 -  $(top_builddir)/src/main/libextractor.la 
8 +  libextractor.la 
9  
10  if !MINGW
11  if !SOMEBSD
12 @@ -70,7 +70,7 @@
13  
14  
15  LDADD = \
16 - $(top_builddir)/src/main/libextractor.la  
17 + libextractor.la
18  
19  if HAVE_ZZUF
20    fuzz_tests=fuzz_default.sh fuzz_thumbnail.sh
This page took 0.03949 seconds and 3 git commands to generate.