shithub: choc

Download patch

ref: ed77a8fe11aee07db4aea3fa3c361047944e14cc
parent: f802aa44fd82cfeb56aa0926f90b5212316ac88e
author: Simon Howard <fraggle@soulsphere.org>
date: Sat Jun 4 15:32:59 EDT 2016

osx: Bump OSX deployment target to 10.7.

We recently switched to targeting 10.4 because of build problems with
SDL on old versions on OSX. So make this match.

--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -8,9 +8,7 @@
 
 DOC_FILES += README.Strife NOT-BUGS
 
-# Build so that the package will work on older versions.
-
-export MACOSX_DEPLOYMENT_TARGET=10.4
+export MACOSX_DEPLOYMENT_TARGET=10.7
 
 STAGING_DIR=staging
 DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg