diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-12 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-12 18:15:37 +0000 |
commit | 98edf93d7418523e3c76b52fc2141ad68d2c0bc8 (patch) | |
tree | e68630949341b29734068f1852391956f7d0f861 /graphics/gdk-pixbuf | |
parent | 561bb91a626dd77dcf80d7a13098451d829b1736 (diff) | |
download | pkgsrc-98edf93d7418523e3c76b52fc2141ad68d2c0bc8.tar.gz |
Use $GLIB_CONFIG in configure script, not "glib-config"
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/distinfo | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-ae | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo index 1c2c146af72..54247097753 100644 --- a/graphics/gdk-pixbuf/distinfo +++ b/graphics/gdk-pixbuf/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/08/12 18:15:37 jlam Exp $ SHA1 (gdk-pixbuf-0.10.1.tar.gz) = d91342c6a13efcab572fc670ba7613c47dc42023 Size (gdk-pixbuf-0.10.1.tar.gz) = 461611 bytes SHA1 (patch-ac) = efeb07a327c866bee7ddddbd94a7fae214e4c4d8 SHA1 (patch-ad) = 8841c915841c2ec71082a8894b12038b97bb2088 +SHA1 (patch-ae) = 60b558c5d4894bab57520b8e2713d061083408cf 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 |