]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- -lSM is not needed
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Mar 2006 07:03:05 +0000 (07:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-link.patch -> 1.1

avifile-link.patch [new file with mode: 0644]

diff --git a/avifile-link.patch b/avifile-link.patch
new file mode 100644 (file)
index 0000000..7572344
--- /dev/null
@@ -0,0 +1,20 @@
+--- avifile-0.7-0.7.45/configure.in.orig       2006-03-09 00:02:19.595137000 +0100
++++ avifile-0.7-0.7.45/configure.in    2006-03-09 00:07:40.895217000 +0100
+@@ -384,7 +384,7 @@
+ AC_PATH_XTRA
+ if test x$have_x = xyes ; then
+-    X_MYLIBS="$X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS"
++    X_MYLIBS="$X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
+     save_CPPFLAGS=$CPPFLAGS
+     save_LDFLAGS=$LDFLAGS
+     save_LIBS=$LIBS
+@@ -496,7 +496,7 @@
+       AC_CHECK_LIB(Xdpms, DPMSQueryExtension, [], [], $X_MYLIBS)
+     fi
+-    X_LIBS="$X_LIBS $X_PRE_LIBS $LIBS -lXext -lX11 $X_EXTRA_LIBS"
++    X_LIBS="$X_LIBS $LIBS -lXext -lX11 $X_EXTRA_LIBS"
+     CPPFLAGS=$save_CPPFLAGS
+     LDFLAGS=$save_LDFLAGS
+     LIBS=$save_LIBS
This page took 0.195007 seconds and 4 git commands to generate.