Update of /cvsroot/pure-data/externals/unauthorized In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401
Modified Files: Makefile Log Message: updated to build on a plain MacOSX setup
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 22 May 2004 16:15:32 -0000 1.10 --- Makefile 19 Apr 2005 00:17:24 -0000 1.11 *************** *** 88,99 **** # I added these defines since Darwin doesn't have this signals. I do # not know whether the objects will work, but they will compile. ! # -D__APPLE__ -DMSG_NOSIGNAL=0 -DSOL_TCP=0 # I got this from here: http://www.holwegner.com/forum/viewtopic.php?t=4 # hans@eds.org ! DARWINCFLAGS = -DPD -DUNIX -DMACOSX -DICECAST \ ! -D__APPLE__ -DMSG_NOSIGNAL=0 -DSOL_TCP=0 \ ! -O2 -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
! DARWINLINKFLAGS = -bundle -undefined suppress -flat_namespace
DARWININCLUDE = -I../../src -I../../pd/src -I/sw/include --- 88,103 ---- # I added these defines since Darwin doesn't have this signals. I do # not know whether the objects will work, but they will compile. ! # -DMSG_NOSIGNAL=0 -DSOL_TCP=0 # I got this from here: http://www.holwegner.com/forum/viewtopic.php?t=4 # hans@eds.org ! DARWINCFLAGS = -DPD -DUNIX -DICECAST -DMSG_NOSIGNAL=0 -DSOL_TCP=0 \ ! -O2 -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses \ ! -Wno-switch
! ## if you point the linker to the pd binary, then it can check the symbols, ! ## and therefore allow for a two-level namespace, and that makes Darwin happy ! ## but this doesn't work for some of the files yet. ! #DARWINLINKFLAGS = -bundle -bundle_loader ../../pd/bin/pd ! DARWINLINKFLAGS = -bundle -undefined suppress -flat_namespace
DARWININCLUDE = -I../../src -I../../pd/src -I/sw/include