Fix build on FreeBSD 10

This commit is contained in:
Koop Mast 2011-10-28 17:21:35 +00:00
parent 7abecf0860
commit 17af7fcdb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284552

View file

@ -18,6 +18,7 @@ CONFLICTS= libiodbc-[0-9]* virtuoso-*
USE_ICONV= yes USE_ICONV= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
WIHT_FBSD10_FIX=yes
CONFIGURE_ARGS= --enable-static --enable-shared \ CONFIGURE_ARGS= --enable-static --enable-shared \
--with-libiconv-prefix=${LOCALBASE} --with-libiconv-prefix=${LOCALBASE}
USE_LDCONFIG= yes USE_LDCONFIG= yes