]> git.pld-linux.org Git - packages/GraphicsMagick.git/blob - GraphicsMagick-link.patch
- updated to 1.3.43; require libjpeg-turbo 3 for new features (12- and 16-bit support)
[packages/GraphicsMagick.git] / GraphicsMagick-link.patch
1 --- GraphicsMagick-1.1.7/configure.ac.orig      2006-03-08 19:14:08.830531000 +0100
2 +++ GraphicsMagick-1.1.7/configure.ac   2006-03-08 20:08:46.747388750 +0100
3 @@ -1344,7 +1344,7 @@
4  if test "$no_x" != 'yes'
5  then
6    LDFLAGS="$LDFLAGS $X_LIBS"
7 -  LIB_X11="$X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
8 +  LIB_X11="-lX11 $X_EXTRA_LIBS"
9    LIBS="$LIB_X11 $LIBS"
10    CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11  
This page took 0.056593 seconds and 3 git commands to generate.