1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/audio/aube/files/patch-configure
Ion-Mihai Tetcu 76df383f34 - Update to version 0.30.3
PR:		ports/100027
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-07-10 21:07:51 +00:00

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