ensure gtk build on freebsd uses the correct iconv
This commit is contained in:
parent
2d58f8360e
commit
193a5c80b7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue