summaryrefslogtreecommitdiffstats
path: root/net/gnet
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-06-15 18:56:12 +0000
committerade <ade@FreeBSD.org>2000-06-15 18:56:12 +0000
commitdd849ef6e88ccb379972930caa0631f3bddac3ed (patch)
tree30a8bdb1b1333137467d30908cb4a19acec10953 /net/gnet
parenta375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (diff)
downloadFreeBSD-ports-dd849ef6e88ccb379972930caa0631f3bddac3ed.zip
FreeBSD-ports-dd849ef6e88ccb379972930caa0631f3bddac3ed.tar.gz
Fix another figure out GLIB_CONFIG but use hardcoded glib-config
in the configure file pilot botch
Diffstat (limited to 'net/gnet')
-rw-r--r--net/gnet/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnet/files/patch-ad b/net/gnet/files/patch-ad
new file mode 100644
index 0000000..5d8440e
--- /dev/null
+++ b/net/gnet/files/patch-ad
@@ -0,0 +1,13 @@
+--- configure.orig Tue Apr 11 15:56:56 2000
++++ configure Thu Jun 15 13:51:43 2000
+@@ -2238,8 +2238,8 @@
+ rm -f conf.glibtest
+
+
+-glib_cflags=`glib-config --cflags glib`
+-glib_libs=`glib-config --libs glib`
++glib_cflags=`$GLIB_CONFIG --cflags glib`
++glib_libs=`$GLIB_CONFIG --libs glib`
+
+
+
OpenPOWER on IntegriCloud