ensure gtk build on freebsd uses the correct iconv

This commit is contained in:
Vincent Sanders 2014-12-21 15:04:45 +00:00
parent 2d58f8360e
commit 193a5c80b7
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ ifeq ($(HOST),OpenBSD)
NETSURF_USE_HARU_PDF := NO
endif
# Configuration overrides for FreeBSD
ifeq ($(HOST),FreeBSD)
NETSURF_USE_LIBICONV_PLUG := NO
NETSURF_USE_HARU_PDF := NO
endif
# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2