From 17af7fcdb93e62a857f94735fc197b23f3f9c03f Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 28 Oct 2011 17:21:35 +0000 Subject: [PATCH] Fix build on FreeBSD 10 --- databases/unixODBC/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 62694ded0e9f..5948cb51d381 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -18,6 +18,7 @@ CONFLICTS= libiodbc-[0-9]* virtuoso-* USE_ICONV= yes GNU_CONFIGURE= yes +WIHT_FBSD10_FIX=yes CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} USE_LDCONFIG= yes