summaryrefslogtreecommitdiff
path: root/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 13:07:21 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 13:07:21 +0000
commit6cfdfcc4baf0ebe58fa083bc34754fb0f51b7814 (patch)
treef0d5922c98f436ad1347bb5af8afc4f6c06a8f0d /os/macosx
parent111e5ef0fdb06518c9cea7705653526c403c21c0 (diff)
downloadopenttd-6cfdfcc4baf0ebe58fa083bc34754fb0f51b7814.tar.xz
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Diffstat (limited to 'os/macosx')
-rw-r--r--os/macosx/Makefile.setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup
index 01c2813af..9b8441856 100644
--- a/os/macosx/Makefile.setup
+++ b/os/macosx/Makefile.setup
@@ -136,4 +136,6 @@ ifdef JAGUAR
WITH_NETWORK:=
# crosscompiling for jaguar should always be static
STATIC:=1
+ # libpng appears to break it too
+ WITH_PNG:=
endif \ No newline at end of file