opt/imlib2/imlib2-1.2.1.010.patch
2006-02-23 15:26:10 +00:00

21 lines
692 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- imlib2-1.2.1.010/configure 2006-01-13 13:11:13.000000000 +0100
+++ imlib2-1.2.1.010/configure 2006-01-13 13:11:57.000000000 +0100
@@ -21490,7 +21490,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lungif $LIBS"
+LIBS="-lungif ­L/usr/X11R6/lib -lX11 -lSM -lICE $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21548,7 +21548,7 @@
echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_DGifOpenFileName" >&5
echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpenFileName" >&6
if test $ac_cv_lib_ungif_DGifOpenFileName = yes; then
- gif_libs="-lungif"
+ gif_libs="-lungif -L/usr/X11R6/lib -X11 -lSM -lICE"
gif_ok=yes
else
gif_ok=no