aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-28 17:09:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-28 17:09:30 +0000
commit52e7cf4b2b1b207e8d947e7e4caffc16f4548bd0 (patch)
tree238dd10355667e5b76add379ec51b0247a2ce066 /packages
parent544939bcc80bc49bc99f3ba60d5f8609df3c683f (diff)
obsolete patch
svn path=/trunk/; revision=13117
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/macosx_deployment_target-0.40-1.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/patches/macosx_deployment_target-0.40-1.patch b/packages/patches/macosx_deployment_target-0.40-1.patch
deleted file mode 100644
index 0aa88971..00000000
--- a/packages/patches/macosx_deployment_target-0.40-1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: makefile.in
-===================================================================
-RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
-retrieving revision 1.14
-diff -u -w -r1.14 makefile.in
---- makefile.in 8 Sep 2006 23:45:30 -0000 1.14
-+++ makefile.in 28 Dec 2006 18:54:35 -0000
-@@ -1,3 +1,10 @@
-+# 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>
-+ifeq ($(shell uname -s),Darwin)
-+export MACOSX_DEPLOYMENT_TARGET = 10.3
-+endif
-+
- VPATH = ../obj:./
- OBJ_DIR = ../obj
- BIN_DIR = ../bin