From a0fc0ca5bb58f084727a8cac6429490bb9c1ceb9 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 30 Aug 2003 06:11:49 +0000 Subject: New port: net/bitlbee This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html) which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber etc. client itself. PR: ports/53232 Submitted by: Peter van Dijk --- irc/bitlbee/files/patch-configure | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 irc/bitlbee/files/patch-configure (limited to 'irc/bitlbee/files/patch-configure') diff --git a/irc/bitlbee/files/patch-configure b/irc/bitlbee/files/patch-configure new file mode 100644 index 000000000000..edf91bd01ee0 --- /dev/null +++ b/irc/bitlbee/files/patch-configure @@ -0,0 +1,25 @@ +--- configure.orig Sat Apr 12 10:30:35 2003 ++++ configure Fri Aug 29 23:00:20 2003 +@@ -22,7 +22,7 @@ + cpu=`uname -m` + + while [ -n "$1" ]; do +- e="`expr "$1" : '--\(.*=.*\)'`" ++ e="`EXPR_COMPAT=yes expr "$1" : '--\(.*=.*\)'`" + if [ -z "$e" ]; then + cat< /dev/null 2> /dev/null; then ++if type glib12-config > /dev/null 2> /dev/null; then + cat<>Makefile.settings +-LFLAGS+=`glib-config --libs` +-CFLAGS+=`glib-config --cflags` ++LFLAGS+=`glib12-config --libs` ++CFLAGS+=`glib12-config --cflags` + EOF + else + echo 'Cannot find glib development libraries, aborting. (Install libglib-dev?)' -- cgit v1.2.3