diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 19:12:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 19:12:41 +0000 |
commit | 5ebae9f842a9d841758f79ee00a38e3b97bb633c (patch) | |
tree | 3d33e6d772d83af72d34c0377931efc3a41acb0d /packages/patches/darwin | |
parent | 3d080151763edc15bd43fc2c28aa5c22e033bc26 (diff) |
generalized locations so that UNIX-style dir layout can also be used in addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets
svn path=/trunk/; revision=4120
Diffstat (limited to 'packages/patches/darwin')
-rw-r--r-- | packages/patches/darwin/darwin_jack_weak_linking.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/patches/darwin/darwin_jack_weak_linking.patch b/packages/patches/darwin/darwin_jack_weak_linking.patch index fa0f6601..2cdbc13f 100644 --- a/packages/patches/darwin/darwin_jack_weak_linking.patch +++ b/packages/patches/darwin/darwin_jack_weak_linking.patch @@ -9,13 +9,13 @@ diff -u -w -r1.8 makefile.in $(BIN_DIR)/pdreceive: u_pdreceive.c $(CC) $(CFLAGS) $(STRIPFLAG) -o $(BIN_DIR)/pdreceive u_pdreceive.c -+# MACOSX_DEPLOYMENT_TARGET=10.2 is necessary on Mac OS X to support weak ++# 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. <hans@eds.org> ++# safely ignored on other platforms. <hans@at.or.at> $(PDEXEC): $(OBJ) - cd ../obj; $(CC) $(LDFLAGS) $(DBG_CFLAGS) -o $(PDEXEC) $(OBJ) \ - $(LIB) -+ cd ../obj; MACOSX_DEPLOYMENT_TARGET=10.2 $(CC) $(LDFLAGS) $(DBG_CFLAGS) \ ++ cd ../obj; MACOSX_DEPLOYMENT_TARGET=10.3 $(CC) $(LDFLAGS) $(DBG_CFLAGS) \ + -o $(PDEXEC) $(OBJ) $(LIB) $(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC) |