aboutsummaryrefslogtreecommitdiffstats
path: root/www/dillo2
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-07 20:37:48 +0800
committergahr <gahr@FreeBSD.org>2013-02-07 20:37:48 +0800
commitaddbecdafb51a79aff8abbf6027253fbdd59543f (patch)
tree4a9b0f7a86a869936906241e211d87ca2346121e /www/dillo2
parentd61ba14126dd433f50232b36a7efe1d7faf94ee5 (diff)
downloadfreebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.tar.gz
freebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.tar.zst
freebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
Diffstat (limited to 'www/dillo2')
-rw-r--r--www/dillo2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile
index 11e5e4684df8..994dcc59ee68 100644
--- a/www/dillo2/Makefile
+++ b/www/dillo2/Makefile
@@ -65,7 +65,6 @@ CONFIGURE_ARGS+= --disable-ssl
.ifdef(WITH_THREADED_DNS)
CONFIGURE_ARGS+= --enable-threaded-dns
-CFLAGS+= ${PTHREAD_CFLAGS}
.else
CONFIGURE_ARGS+= --disable-threaded-dns
.endif