diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 20:52:44 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 20:52:44 +0800 |
commit | 9496c14cb5d90c9e713cf4d4139e6dea57b118d9 (patch) | |
tree | e72e04c2644b45d7aa194770d25cf228fe311bbb /dns/pdnsd/Makefile | |
parent | addbecdafb51a79aff8abbf6027253fbdd59543f (diff) | |
download | freebsd-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/Makefile | 2 |
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 |