diff options
author | Simon Howard | 2010-08-31 19:26:32 +0000 |
---|---|---|
committer | Simon Howard | 2010-08-31 19:26:32 +0000 |
commit | 22fc405736dc4796958de221c07d52432f1b271b (patch) | |
tree | c05962aa5e839566ea40dd9b1f4ba3581954af8a /pkg | |
parent | f391d85c96afa91a2302c58191ce8d401fdba2e2 (diff) | |
parent | 64918568eee62c73cbb87aa1bd68e191f19a4af3 (diff) | |
download | chocolate-doom-22fc405736dc4796958de221c07d52432f1b271b.tar.gz chocolate-doom-22fc405736dc4796958de221c07d52432f1b271b.tar.bz2 chocolate-doom-22fc405736dc4796958de221c07d52432f1b271b.zip |
Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1987
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/config.make.in | 1 | ||||
-rw-r--r-- | pkg/osx/GNUmakefile | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in index b8a1dbe5..dc2d2888 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -22,6 +22,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ DOC_FILES = README \ COPYING \ ChangeLog \ + INSTALL \ NEWS \ BUGS \ CMDLINE \ diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index a0f6151f..aa31daf4 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 |