Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9524
Modified Files: Makefile Log Message: made Mac OS X objects weak link to the Carbon framework to support system things in a hackish way
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.169 retrieving revision 1.170 diff -C2 -d -r1.169 -r1.170 *** Makefile 26 Nov 2007 20:29:05 -0000 1.169 --- Makefile 28 Nov 2007 04:45:20 -0000 1.170 *************** *** 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 -undefined dynamic_lookup -read_only_relocs warning -L/sw/lib --- 49,55 ----
ifeq ($(OS_NAME),darwin) ! CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix ! LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib \ ! -weak_framework Carbon LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -undefined dynamic_lookup -read_only_relocs warning -L/sw/lib