diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-15 01:46:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-15 01:46:58 +0800 |
commit | cb0e69daad358eaec7bf9c304d7c65965f157f87 (patch) | |
tree | 394f2cb1a77fce59afdfe6b08c81b7ebc155ef07 /security/pidgin-encryption | |
parent | 44604901a1e6f03c81ff2b92d866cec6de691829 (diff) | |
download | freebsd-ports-gnome-cb0e69daad358eaec7bf9c304d7c65965f157f87.tar.gz freebsd-ports-gnome-cb0e69daad358eaec7bf9c304d7c65965f157f87.tar.zst freebsd-ports-gnome-cb0e69daad358eaec7bf9c304d7c65965f157f87.zip |
Pass PTHREAD_{CFLAGS,LIBS} to configure to fix the build on 4.X.
Submitted by: maintainer
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index e343bb2e6ace..ed11f132e7f5 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -24,7 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= lthack gtk20 USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss/nss" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim* \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ |