summaryrefslogtreecommitdiff
path: root/devel/glib12/files/patch-ac
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-06 12:29:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-06 12:29:28 +0000
commit76b3f639974d68bbf69798723f2af02a62cac389 (patch)
treed8ede8f40db0ab2c4ee5e982d6dbed6a5b20908a /devel/glib12/files/patch-ac
parentFix the execution of the pkg-install script for the port's post-install (diff)
Upgrade to 1.2.9.
Submitted by: clive.
Notes
Notes: svn path=/head/; revision=39123
Diffstat (limited to '')
-rw-r--r--devel/glib12/files/patch-ac19
1 files changed, 5 insertions, 14 deletions
diff --git a/devel/glib12/files/patch-ac b/devel/glib12/files/patch-ac
index d96c8efcc96c..b1b572394465 100644
--- a/devel/glib12/files/patch-ac
+++ b/devel/glib12/files/patch-ac
@@ -1,20 +1,11 @@
---- glib-config.in.orig Wed Dec 16 09:30:46 1998
-+++ glib-config.in Tue Jan 19 23:20:59 1999
-@@ -7,7 +7,7 @@
- usage()
- {
- cat <<EOF
--Usage: glib-config [OPTIONS] [LIBRARIES]
-+Usage: glib@LT_RELEASE@-config [OPTIONS] [LIBRARIES]
- Options:
- [--prefix[=DIR]]
- [--exec-prefix[=DIR]]
-@@ -91,20 +91,20 @@
+--- glib-config.in.orig Tue Mar 6 09:49:34 2001
++++ glib-config.in Tue Mar 6 09:51:05 2001
+@@ -88,20 +88,20 @@
if test "$lib_gthread" = "yes"; then
cflags="$cflags @G_THREAD_CFLAGS@"
fi
-- echo -I@libdir@/glib/include $includes $cflags
-+ echo $includes $cflags
+- echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
++ echo -I@includedir@ $includes $cflags
fi
if test "$echo_libs" = "yes"; then
libsp=""