]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor-make.patch
- updated for 0.5.16, added fix for libextractor_exiv2 linking
[packages/libextractor.git] / libextractor-make.patch
1 --- libextractor-0.5.16/src/plugins/Makefile.am.orig    2006-11-11 03:45:43.000000000 +0100
2 +++ libextractor-0.5.16/src/plugins/Makefile.am 2006-11-19 12:06:59.851016250 +0100
3 @@ -317,11 +317,11 @@
4    $(PLUGINFLAGS) $(retaincommand) -lQtCore4 -lQtGui4 $(svgflags)
5  
6  install-exec-hook:
7 -       mkdir -p $(DESTDIR)$(plugindir) &> /dev/null || true
8 +       mkdir -p $(DESTDIR)$(plugindir) 2> /dev/null || true
9         rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail$(LIBEXT); \
10         rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail.la; \
11         if test "$(thumbdir)" != ""; then \
12 -               if test "$(thumbqt)" != ""; then \
13 +               if false; then \
14                         $(LN_S) $(plugindir)/libextractor_thumbnailqt$(LIBEXT) \
15                                 $(DESTDIR)$(plugindir)/libextractor_thumbnail$(LIBEXT); \
16                 else \
17 --- libextractor-0.5.16/src/plugins/exiv2/Makefile.am.orig      2006-03-11 01:12:32.000000000 +0100
18 +++ libextractor-0.5.16/src/plugins/exiv2/Makefile.am   2006-11-19 12:45:14.022393000 +0100
19 @@ -6,7 +6,7 @@
20   libextractor_exiv2.la
21  
22  libextractor_exiv2_la_LINK = \
23 -  /bin/sh ../../../libtool --mode=link $(CXXLD) -o libextractor_exiv2.la
24 +  /bin/sh ../../../libtool --mode=link $(CXXLD) $(LDFLAGS) $(libextractor_exiv2_la_LDFLAGS) -o libextractor_exiv2.la
25  libextractor_exiv2_la_LDFLAGS = \
26    $(XTRA_CPPLIBS) -lpthread \
27    $(PLUGINFLAGS) $(retaincommand)
This page took 0.033991 seconds and 4 git commands to generate.