From 25018c455b1297b72bb793a8eba7bc9426e28326 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 11 Aug 2008 16:44:12 +0000 Subject: Make nsgtk compile on Mac OS X. svn path=/trunk/netsurf/; revision=5031 --- Makefile.config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 362db38f9..96e7646c7 100644 --- a/Makefile.config +++ b/Makefile.config @@ -26,7 +26,7 @@ NETSURF_USE_JPEG := YES NETSURF_USE_MNG := YES # Use libharu to enable PDF export and GTK printing support. There is no -# auto-detection available for this, as it does not have a pkg-config file +# auto-detection available for this, as it does not have a pkg-config file. # Valid options: YES, NO NETSURF_USE_HARU_PDF := YES @@ -103,6 +103,11 @@ ifeq ($(TARGET),gtk) # Valid options: YES, NO, AUTO NETSURF_USE_ROSPRITE := AUTO + # Configuration overrides for Mac OS X + ifeq ($(HOST),macosx) + NETSURF_USE_LIBICONV_PLUG := NO + NETSURF_USE_HARU_PDF := NO + endif endif # ---------------------------------------------------------------------------- -- cgit v1.2.3