diff options
author | jim <jim@FreeBSD.org> | 2000-03-02 17:28:24 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-02 17:28:24 +0800 |
commit | 042464038e60ac1330935e5653ee312f785cccbf (patch) | |
tree | 9faf2bb98bd26b5297f4b5d8acd5bd68a9758230 /net/everybuddy/files | |
parent | 711ab9fe77dc016245f12226bbcfb2b8678757a4 (diff) | |
download | freebsd-ports-gnome-042464038e60ac1330935e5653ee312f785cccbf.tar.gz freebsd-ports-gnome-042464038e60ac1330935e5653ee312f785cccbf.tar.zst freebsd-ports-gnome-042464038e60ac1330935e5653ee312f785cccbf.zip |
Import of everybuddy.
Everybuddy is a chat application that "combines" several different ones
including AIM, ICQ, and Yahoo! Chat.
Diffstat (limited to 'net/everybuddy/files')
-rw-r--r-- | net/everybuddy/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/everybuddy/files/patch-aa b/net/everybuddy/files/patch-aa new file mode 100644 index 000000000000..22a0c44a1626 --- /dev/null +++ b/net/everybuddy/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Wed Mar 1 23:41:56 2000 ++++ configure Wed Mar 1 23:42:08 2000 +@@ -2348,7 +2348,7 @@ + CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" + + EB_CFLAGS="$CFLAGS -I../" +-EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread" ++EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread" + EB_LDADD="$LDADD" + + EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g " |