mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
76df383f34
PR: ports/100027 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
29 lines
617 B
Plaintext
29 lines
617 B
Plaintext
--- configure.orig Wed Oct 16 20:42:09 2002
|
|
+++ configure Mon Jun 19 18:54:58 2006
|
|
@@ -2257,7 +2257,8 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lgdk_imlib $LIBS"
|
|
+GDK_IMLIB_LIBS=`imlib-config --libs-gdk`
|
|
+LIBS="${GTK_LIBS} ${GDK_IMLIB_LIBS} $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2263 "configure"
|
|
#include "confdefs.h"
|
|
@@ -2295,6 +2296,7 @@
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
+echo "Imlib not found!"; exit 0
|
|
fi
|
|
|
|
|
|
@@ -2743,6 +2745,7 @@
|
|
s%@GTK_CONFIG@%$GTK_CONFIG%g
|
|
s%@GTK_CFLAGS@%$GTK_CFLAGS%g
|
|
s%@GTK_LIBS@%$GTK_LIBS%g
|
|
+s%@GDK_IMLIB_LIBS@%$GDK_IMLIB_LIBS%g
|
|
|
|
CEOF
|
|
EOF
|