diff options
Diffstat (limited to 'app-cdr/dvd95/files/dvd95-1.6_p0-link-libxml2.patch')
-rw-r--r-- | app-cdr/dvd95/files/dvd95-1.6_p0-link-libxml2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-cdr/dvd95/files/dvd95-1.6_p0-link-libxml2.patch b/app-cdr/dvd95/files/dvd95-1.6_p0-link-libxml2.patch new file mode 100644 index 000000000000..0455e00a39b9 --- /dev/null +++ b/app-cdr/dvd95/files/dvd95-1.6_p0-link-libxml2.patch @@ -0,0 +1,10 @@ +--- src/Makefile.am 2012-12-02 16:43:55.667719253 +0100 ++++ src/Makefile.am 2012-12-02 16:44:05.965593153 +0100 +@@ -36,6 +36,6 @@ + badsect.c badsect.h \ + globals.h proto.h const.h vapcontext.h + +-dvd95_LDADD = @PACKAGE_LIBS@ $(LIBAUTHOR_LIBS) $(INTLLIBS) -ldvdread -lm ++dvd95_LDADD = @PACKAGE_LIBS@ $(LIBAUTHOR_LIBS) $(INTLLIBS) -ldvdread -lm -lxml2 + + |