aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/macosx_deployment_target-0.40-1.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-23 07:53:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-23 07:53:31 +0000
commite213c74dad16887c4b79aeef047877203e084b07 (patch)
treeae588764149e960b61ab924772ba04f04b240746 /packages/patches/macosx_deployment_target-0.40-1.patch
parent79303b6fb91be89b810c16dee8c99e51daf6fdb1 (diff)
updated patch collection to apply and build against stable_0_40, which is currently at 0.40.1
svn path=/trunk/; revision=7049
Diffstat (limited to 'packages/patches/macosx_deployment_target-0.40-1.patch')
-rw-r--r--packages/patches/macosx_deployment_target-0.40-1.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/patches/macosx_deployment_target-0.40-1.patch b/packages/patches/macosx_deployment_target-0.40-1.patch
new file mode 100644
index 00000000..d938b6fe
--- /dev/null
+++ b/packages/patches/macosx_deployment_target-0.40-1.patch
@@ -0,0 +1,16 @@
+Index: makefile.in
+===================================================================
+RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
+retrieving revision 1.8
+diff -u -w -r1.8 makefile.in
+--- makefile.in 24 Jul 2005 19:41:14 -0000 1.8
++++ makefile.in 22 Feb 2006 05:19:42 -0000
+@@ -1,3 +1,8 @@
++# On Mac OS X, this needs to be defined to enable dlopen and weak linking
++# support. Its safe on other platforms since gcc only checks this env var on
++# Apple's gcc. <hans@at.or.at>
++export MACOSX_DEPLOYMENT_TARGET = 10.3
++
+ VPATH = ../obj:./
+ OBJ_DIR = ../obj
+ BIN_DIR = ../bin