]> git.pld-linux.org Git - packages/GraphicsMagick.git/commitdiff
- -lSM is not needed
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Mar 2006 19:44:19 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GraphicsMagick-link.patch -> 1.1

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

diff --git a/GraphicsMagick-link.patch b/GraphicsMagick-link.patch
new file mode 100644 (file)
index 0000000..11420c5
--- /dev/null
@@ -0,0 +1,11 @@
+--- GraphicsMagick-1.1.7/configure.ac.orig     2006-03-08 19:14:08.830531000 +0100
++++ GraphicsMagick-1.1.7/configure.ac  2006-03-08 20:08:46.747388750 +0100
+@@ -1344,7 +1344,7 @@
+ if test "$no_x" != 'yes'
+ then
+   LDFLAGS="$LDFLAGS $X_LIBS"
+-  LIB_X11="$X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++  LIB_X11="-lX11 $X_EXTRA_LIBS"
+   LIBS="$LIB_X11 $LIBS"
+   CPPFLAGS="$CPPFLAGS $X_CFLAGS"
This page took 0.124539 seconds and 4 git commands to generate.