mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
b5f93939d8
PR: ports/14541 Submitted by: Ade Lovett<ade@lovett.com>
35 lines
962 B
Plaintext
35 lines
962 B
Plaintext
--- configure.orig Wed Oct 20 17:15:24 1999
|
|
+++ configure Fri Oct 22 10:26:25 1999
|
|
@@ -3028,8 +3028,8 @@
|
|
#define USE_GMODULE 1
|
|
EOF
|
|
|
|
- GMODULE_LIBS="`glib-config --libs gmodule`"
|
|
- GMODULE_FLAGS="`glib-config --cflags gmodule`"
|
|
+ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`"
|
|
+ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`"
|
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
@@ -3561,8 +3561,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lgif echo "configure: warning: *** Native GIF support will not be built" 1>&2;
|
|
- gifok=no $LIBS"
|
|
+LIBS="-lgif $GTK_LIBS $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 3568 "configure"
|
|
#include "confdefs.h"
|
|
--- Makefile.in.orig Wed Oct 20 17:34:44 1999
|
|
+++ Makefile.in Fri Oct 22 10:22:14 1999
|
|
@@ -94,7 +94,7 @@
|
|
VERSION = @VERSION@
|
|
|
|
SUBDIRS = src
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = gdk_pixbufConf.sh
|
|
|
|
EXTRA_DIST = configure acconfig.h gdk_pixbufConf.sh.in
|