From f0679cfe337b2ed19437852074ec0a9fae3c71b6 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 15 Jun 2000 18:56:12 +0000 Subject: Fix another figure out GLIB_CONFIG but use hardcoded glib-config in the configure file pilot botch --- net/gnet2/files/patch-ad | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/gnet2/files/patch-ad (limited to 'net/gnet2/files/patch-ad') diff --git a/net/gnet2/files/patch-ad b/net/gnet2/files/patch-ad new file mode 100644 index 000000000000..5d8440eba6b3 --- /dev/null +++ b/net/gnet2/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` + + + -- cgit v1.2.3