foxygit / doom Log in
commit fea1fb2a38f269fb841c4fcb0c0dea70e2bde388
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Jul 14 20:36:53 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Jul 14 20:36:53 2010 +0000

    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
---
 pkg/osx/GNUmakefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index d119efa1..baaec048 100644
--- 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