aboutsummaryrefslogtreecommitdiff
path: root/dns/maradns
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:52:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:52:44 +0000
commit74de3f29351819e5c3a950deb39f73852e9e4d19 (patch)
treee72e04c2644b45d7aa194770d25cf228fe311bbb /dns/maradns
parent2ad92eab941d8bd35f72240b5b91c4b980c9f370 (diff)
downloadports-74de3f29351819e5c3a950deb39f73852e9e4d19.tar.gz
ports-74de3f29351819e5c3a950deb39f73852e9e4d19.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311830
Diffstat (limited to 'dns/maradns')
-rw-r--r--dns/maradns/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile
index a6d3ab1c7a55..714b84f26ca8 100644
--- a/dns/maradns/Makefile
+++ b/dns/maradns/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
REINPLACE_ARGS= -i ""
-MAKE_ENV= FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
+MAKE_ENV= FLAGS="${CFLAGS}"
CONFIGURE_ENV= LANG=
USE_BZIP2= yes
@@ -32,8 +32,7 @@ post-patch:
's|/etc/maradns|${ETCDIR}|g; s|/etc/mararc|${ETCDIR}|g'
@${FIND} ${WRKSRC} -name '*Makefile*' | ${XARGS} ${REINPLACE_CMD} -e \
's|make|\$$\{MAKE\}|g ; \
- s|^FLAGS =|#FLAGS =|g ; \
- s|-lpthread|${PTHREAD_LIBS}|g'
+ s|^FLAGS =|#FLAGS =|g'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/server/maradns ${PREFIX}/sbin