aboutsummaryrefslogtreecommitdiff
path: root/net/ekiga
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-13 21:08:41 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-13 21:08:41 +0000
commitc7fb0387b54ca6e54fe4d46f330704be6946b2f9 (patch)
treed419976dbc681cc30a00ca10a3794a3448923a07 /net/ekiga
parent5562f296c214f15bc4c1a23328c2b48941e6ff5e (diff)
downloadports-c7fb0387b54ca6e54fe4d46f330704be6946b2f9.tar.gz
ports-c7fb0387b54ca6e54fe4d46f330704be6946b2f9.zip
Notes
Diffstat (limited to 'net/ekiga')
-rw-r--r--net/ekiga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index 4b28acc64aff..86c6c6508085 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -32,11 +32,11 @@ USE_BISON= yes
CONFIGURE_TARGET=
GNU_CONFIGURE= YES
CONFIGURE_ENV= OSTYPE=${OPSYS} \
- LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
+ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
- CPPFLAGS="-I${LOCALBASE}/include"
+ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \