SOURCES: GraphicsMagick-link.patch (NEW) - -lSM is not needed

qboosh qboosh at pld-linux.org
Wed Mar 8 20:44:24 CET 2006


Author: qboosh                       Date: Wed Mar  8 19:44:24 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- -lSM is not needed

---- Files affected:
SOURCES:
   GraphicsMagick-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/GraphicsMagick-link.patch
diff -u /dev/null SOURCES/GraphicsMagick-link.patch:1.1
--- /dev/null	Wed Mar  8 20:44:24 2006
+++ SOURCES/GraphicsMagick-link.patch	Wed Mar  8 20:44:19 2006
@@ -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"
+ 
================================================================


More information about the pld-cvs-commit mailing list