Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3777
Modified Files: Makefile Log Message: I think universal builds will have to wait until we get a 'new & improved!' build system
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -d -r1.161 -r1.162 *** Makefile 26 Oct 2007 18:16:23 -0000 1.161 --- Makefile 27 Oct 2007 13:41:46 -0000 1.162 *************** *** 49,56 ****
ifeq ($(OS_NAME),darwin) ! CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix \ ! -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc ! LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib \ ! -arch i386 -arch ppc LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib --- 49,54 ----
ifeq ($(OS_NAME),darwin) ! CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix ! LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib