From 75fd53ee697a0920376890ace161d075639bf44c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Feb 2006 05:25:08 +0000 Subject: cleaned up patch so that it doesn't conflict with other existing patches, and its just a cleaner way to handle setting the env var svn path=/trunk/; revision=4605 --- .../darwin/darwin_jack_weak_linking-0.39.2.patch | 28 +++++++++------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'packages') diff --git a/packages/patches/darwin/darwin_jack_weak_linking-0.39.2.patch b/packages/patches/darwin/darwin_jack_weak_linking-0.39.2.patch index 6abbf085..aa5b7e69 100644 --- a/packages/patches/darwin/darwin_jack_weak_linking-0.39.2.patch +++ b/packages/patches/darwin/darwin_jack_weak_linking-0.39.2.patch @@ -4,7 +4,7 @@ RCS file: /cvsroot/pure-data/pd/src/configure.in,v retrieving revision 1.15 diff -u -w -r1.15 configure.in --- configure.in 16 Aug 2005 04:06:28 -0000 1.15 -+++ configure.in 20 Feb 2006 02:10:33 -0000 ++++ configure.in 22 Feb 2006 05:19:42 -0000 @@ -316,11 +316,11 @@ EXTERNTARGET=pd_darwin if test x$jack == "xyes"; @@ -25,19 +25,13 @@ 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 20 Feb 2006 02:10:33 -0000 -@@ -85,9 +85,12 @@ - $(BIN_DIR)/pdreceive: u_pdreceive.c - $(CC) $(CFLAGS) $(STRIPFLAG) -o $(BIN_DIR)/pdreceive u_pdreceive.c - -+# MACOSX_DEPLOYMENT_TARGET=10.3 is necessary on Mac OS X to support weak -+# linking of frameworks. Since its just a environment variable, it should be -+# safely ignored on other platforms. - $(PDEXEC): $(OBJ) -- cd ../obj; $(CC) $(LDFLAGS) $(DBG_CFLAGS) -o $(PDEXEC) $(OBJ) \ -- $(LIB) -+ cd ../obj; MACOSX_DEPLOYMENT_TARGET=10.3 $(CC) $(LDFLAGS) $(DBG_CFLAGS) \ -+ -o $(PDEXEC) $(OBJ) $(LIB) - - $(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC) - cd ../obj; $(CC) $(INCLUDE) -o $(BIN_DIR)/$(GUINAME) $(GOBJ) \ ++++ 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. ++export MACOSX_DEPLOYMENT_TARGET = 10.3 ++ + VPATH = ../obj:./ + OBJ_DIR = ../obj + BIN_DIR = ../bin -- cgit v1.2.1