1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/imlib2/files/patch-aa

64 lines
2.0 KiB
Plaintext
Raw Normal View History

--- configure.orig Thu Jan 21 00:10:05 1999
+++ configure Fri Jan 22 03:38:47 1999
1999-01-20 22:49:48 +00:00
@@ -2173,8 +2173,8 @@
echo "configure:2174: checking If dynamic linking works on this system" >&5
1999-01-14 16:53:38 +00:00
oLIBS="$LIBS"
oCFLAGS="$CFLAGS"
- LIBS="$LIBS `glib-config --libs gmodule`"
- CFLAGS="$CFLAGS `glib-config --cflags gmodule`"
+ LIBS="$LIBS `glib11d-config --libs gmodule`"
+ CFLAGS="$CFLAGS `glib11d-config --cflags gmodule`"
if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
1999-01-20 22:49:48 +00:00
@@ -2223,8 +2223,8 @@
1999-01-14 16:53:38 +00:00
#define USE_GMODULE 1
EOF
1998-07-18 18:42:26 +00:00
1999-01-14 16:53:38 +00:00
- GMODULE_LIBS="`glib-config --libs gmodule`"
- GMODULE_FLAGS="`glib-config --cflags gmodule`"
+ GMODULE_LIBS="`glib11d-config --libs gmodule`"
+ GMODULE_FLAGS="`glib11d-config --cflags gmodule`"
echo "$ac_t""yes" 1>&6
1999-01-20 22:49:48 +00:00
@@ -3987,7 +3853,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lXext $X_LIBS $LIBS"
+LIBS="-lXext -lX11 $X_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
1999-01-20 22:49:48 +00:00
#line 3993 "configure"
#include "confdefs.h"
1999-01-20 22:49:48 +00:00
@@ -4322,7 +4188,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-ltiff $GX_LIBS $LIBS"
+LIBS="-ltiff -ljpeg -lz $GX_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
1999-01-20 22:49:48 +00:00
#line 4328 "configure"
#include "confdefs.h"
1999-01-20 22:49:48 +00:00
@@ -4549,16 +4415,16 @@
1998-07-18 18:42:26 +00:00
-ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
1999-01-20 22:49:48 +00:00
-echo "configure:4555: checking for gif_lib.h" >&5
1998-07-18 18:42:26 +00:00
+ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
1999-01-20 22:49:48 +00:00
+echo "configure:4555: checking for giflib/gif_lib.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
1999-01-20 22:49:48 +00:00
#line 4560 "configure"
#include "confdefs.h"
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1999-01-20 22:49:48 +00:00
{ (eval echo configure:4565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }