diff options
author | ade <ade@FreeBSD.org> | 2000-06-16 02:56:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-16 02:56:12 +0800 |
commit | dd849ef6e88ccb379972930caa0631f3bddac3ed (patch) | |
tree | 30a8bdb1b1333137467d30908cb4a19acec10953 /net/gnet | |
parent | a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (diff) | |
download | freebsd-ports-gnome-dd849ef6e88ccb379972930caa0631f3bddac3ed.tar.gz freebsd-ports-gnome-dd849ef6e88ccb379972930caa0631f3bddac3ed.tar.zst freebsd-ports-gnome-dd849ef6e88ccb379972930caa0631f3bddac3ed.zip |
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-ad | 13 |
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 000000000000..5d8440eba6b3 --- /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` + + + |