mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
adeb63d820
Everybuddy is a chat application that "combines" several different ones including AIM, ICQ, and Yahoo! Chat.
12 lines
506 B
Plaintext
12 lines
506 B
Plaintext
--- 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 "
|