aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
commitb90f611b9c50570251338dbca6ff573948723aa4 (patch)
tree73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/asterisk
parent2241654c185e68c779f116506f10ed1832feb79e (diff)
Notes
Diffstat (limited to 'net/asterisk')
-rw-r--r--net/asterisk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index c4d46da63365..d5d7a5906572 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -34,8 +34,7 @@ SHEBANG_FILES= agi/agi-test.agi \
STRIP=
USE_RC_SUBR= asterisk
-MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}" \
+MAKE_ENV= PTHREAD_LIBS="-lpthread" \
MKDIR="${MKDIR}" \
PWLIBDIR=${LOCALBASE}/share/pwlib \
OPENH323DIR=${LOCALBASE}/share/openh323 \