From 09f42a0bf075cb60783111169b8dd5fc23497fae Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 29 Dec 2003 21:30:25 +0000 Subject: "" svn path=/trunk/; revision=1240 --- externals/grill/py/makefile.pd-darwin | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'externals/grill/py/makefile.pd-darwin') diff --git a/externals/grill/py/makefile.pd-darwin b/externals/grill/py/makefile.pd-darwin index 47d5bdac..ab63aa97 100755 --- a/externals/grill/py/makefile.pd-darwin +++ b/externals/grill/py/makefile.pd-darwin @@ -15,13 +15,12 @@ include ${CONFIG} FLEXTLIB=${FLEXTPATH}/flext_t.a # compiler+linker stuff -INCLUDES=${PDPATH} ${FLEXTPATH} ${PYTHONINCLUDE} -LIBPATH= ${PYTHONLIB} +INCLUDES=${PDPATH} ${FLEXTPATH} FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -CFLAGS=$(UFLAGS) -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes +CFLAGS=$(UFLAGS) -Wno-long-double -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes #CFLAGS=-g -LIBS=m python${PYTHONVER} -LDFLAGS=-bundle -bundle_loader ${PD} +LIBS=m +LDFLAGS=-bundle -bundle_loader ${PD} -framework Python -framework Carbon # --------------------------------------------- # the rest can stay untouched -- cgit v1.2.1