summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-12 22:44:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-12 22:44:44 +0000
commitb312c51570d853ebdb90b441b84a1a58a9f0954b (patch)
tree45b365e17bd3c85717d1adf73fe89e6f7e9ecb83 /net-im
parentBROKEN: Does not build (diff)
Fix a linking bug with NSS support.
Notes
Notes: svn path=/head/; revision=90954
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 44e1092a5e0c..e51dfc096fe3 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -6,7 +6,7 @@
PORTNAME= gaim
PORTVERSION= 0.71
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,8 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ PTHREAD_LIB="${PTHREAD_LIBS}"
MAN1= gaim.1 gaim-remote.1