summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-11 16:44:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-11 16:44:12 +0000
commit25018c455b1297b72bb793a8eba7bc9426e28326 (patch)
tree438e57f78edd43f3b0e20142f5e25a94368544c4 /Makefile.config
parent1124712760b2dbcd73c67a8e7249b85d860668fc (diff)
downloadnetsurf-25018c455b1297b72bb793a8eba7bc9426e28326.tar.gz
netsurf-25018c455b1297b72bb793a8eba7bc9426e28326.tar.bz2
Make nsgtk compile on Mac OS X.
svn path=/trunk/netsurf/; revision=5031
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 6 insertions, 1 deletions
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
# ----------------------------------------------------------------------------