aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorMatthew Hoops2010-10-15 03:33:54 +0000
committerMatthew Hoops2010-10-15 03:33:54 +0000
commitdad3f32278436be0831ac19393d4dc77d0b634ea (patch)
tree5286879c3f7a0cb4190d05c6530a1d4524066406 /ports.mk
parent6fc10aeeac5551d9402456e4f1e4df7c9bb2ab2c (diff)
downloadscummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.tar.gz
scummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.tar.bz2
scummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.zip
MACOSX: Fix make bundle when compiling with libpng
svn-id: r53463
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index 548dbc6f2f..f9012eb0bd 100644
--- a/ports.mk
+++ b/ports.mk
@@ -98,6 +98,10 @@ ifdef USE_MPEG2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
endif
+ifdef USE_PNG
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libpng.a
+endif
+
ifdef USE_ZLIB
OSX_ZLIB ?= -lz
endif