diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-13 06:44:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-13 06:44:44 +0800 |
commit | bd11e6118fa8d659538a2d20ae68fe5dd70b1d13 (patch) | |
tree | ce3c2e711ecffdaed86a628745480d215ee6f504 /net-im | |
parent | ac45e24c5d50bd0962ee6a23a1dca7f3a8149619 (diff) | |
download | freebsd-ports-gnome-bd11e6118fa8d659538a2d20ae68fe5dd70b1d13.tar.gz freebsd-ports-gnome-bd11e6118fa8d659538a2d20ae68fe5dd70b1d13.tar.zst freebsd-ports-gnome-bd11e6118fa8d659538a2d20ae68fe5dd70b1d13.zip |
Fix a linking bug with NSS support.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 5 |
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 |