shithub: choc

Download patch

ref: fea1fb2a38f269fb841c4fcb0c0dea70e2bde388
parent: 133a09f09363605f6ecfd547d862b6dd0a479dbb
author: Simon Howard <[email protected]>
date: Wed Jul 14 16:36:53 EDT 2010

Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher will
work on older versions.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1944

--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -6,6 +6,10 @@
 
 include ../config.make
 
+# Build so that the package will work on older versions.
+
+export MACOSX_DEPLOYMENT_TARGET=10.4
+
 STAGING_DIR=staging
 DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg