aboutsummaryrefslogtreecommitdiffstats
path: root/dns/c-ares
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-10-29 17:37:46 +0800
committerkwm <kwm@FreeBSD.org>2011-10-29 17:37:46 +0800
commitcf80f5983d6e270b725b2afc3cbfa8e49cd0a9b3 (patch)
tree5e2f7e32193ab76423d3515699ff9a543b2406eb /dns/c-ares
parent960af361cc78b89df4440de6e1392245078ede93 (diff)
downloadfreebsd-ports-gnome-cf80f5983d6e270b725b2afc3cbfa8e49cd0a9b3.tar.gz
freebsd-ports-gnome-cf80f5983d6e270b725b2afc3cbfa8e49cd0a9b3.tar.zst
freebsd-ports-gnome-cf80f5983d6e270b725b2afc3cbfa8e49cd0a9b3.zip
Fix build on FreeBSD 10.
Approved by: portmgr (miwi)
Diffstat (limited to 'dns/c-ares')
-rw-r--r--dns/c-ares/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index bbaf70f96599..79280115b3c4 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -23,6 +23,7 @@ OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \
CONFLICTS= ares-1.*
MAKE_JOBS_UNSAFE= yes
+WITH_FBSD10_FIX= yes
.include <bsd.port.pre.mk>