From cf80f5983d6e270b725b2afc3cbfa8e49cd0a9b3 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 29 Oct 2011 09:37:46 +0000 Subject: Fix build on FreeBSD 10. Approved by: portmgr (miwi) --- dns/c-ares/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns') 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 -- cgit