aboutsummaryrefslogtreecommitdiffstats
path: root/dns/pdnsd/Makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-07 20:52:44 +0800
committergahr <gahr@FreeBSD.org>2013-02-07 20:52:44 +0800
commit9496c14cb5d90c9e713cf4d4139e6dea57b118d9 (patch)
treee72e04c2644b45d7aa194770d25cf228fe311bbb /dns/pdnsd/Makefile
parentaddbecdafb51a79aff8abbf6027253fbdd59543f (diff)
downloadfreebsd-ports-gnome-9496c14cb5d90c9e713cf4d4139e6dea57b118d9.tar.gz
freebsd-ports-gnome-9496c14cb5d90c9e713cf4d4139e6dea57b118d9.tar.zst
freebsd-ports-gnome-9496c14cb5d90c9e713cf4d4139e6dea57b118d9.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by: portmgr
Diffstat (limited to 'dns/pdnsd/Makefile')
-rw-r--r--dns/pdnsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile
index 1f864d0562cf..acddf460783f 100644
--- a/dns/pdnsd/Makefile
+++ b/dns/pdnsd/Makefile
@@ -36,7 +36,7 @@ DOCSRCDIR= ${WRKSRC}/doc
DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html
DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt
-CFLAGS+= ${PTHREAD_LIBS}
+CFLAGS+= -pthread
OPTIONS= IPV6 "IPv6 support" on