diff options
author | jlam <jlam> | 2001-08-12 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-12 18:15:37 +0000 |
commit | 1be34cf4a4ca5d5d5c9504966a969d5d84e36164 (patch) | |
tree | e68630949341b29734068f1852391956f7d0f861 /graphics/gdk-pixbuf/patches | |
parent | c5e017bd3f303e4557923d2b27b032e99968c89e (diff) | |
download | pkgsrc-1be34cf4a4ca5d5d5c9504966a969d5d84e36164.tar.gz |
Use $GLIB_CONFIG in configure script, not "glib-config"
Diffstat (limited to 'graphics/gdk-pixbuf/patches')
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/patches/patch-ae b/graphics/gdk-pixbuf/patches/patch-ae new file mode 100644 index 00000000000..7944366f2a9 --- /dev/null +++ b/graphics/gdk-pixbuf/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2001/08/12 18:15:38 jlam Exp $ + +--- configure.orig Wed Jul 18 11:04:43 2001 ++++ configure +@@ -3573,8 +3573,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 |