aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-09-23 04:10:33 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-09-23 04:10:33 +0000
commit59b0aae67b1e72fce38c208382ce099bb88e5644 (patch)
treef4c57c4a6a02b96e278edd15e40e16463fc49f18 /externals/grill/pool
parent3fb8afa21cd68ee74088aaef7dc425b24f0e37a5 (diff)
""
svn path=/trunk/; revision=2054
Diffstat (limited to 'externals/grill/pool')
-rw-r--r--externals/grill/pool/config-pd-darwin.txt2
-rw-r--r--externals/grill/pool/makefile.pd-darwin4
2 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/pool/config-pd-darwin.txt b/externals/grill/pool/config-pd-darwin.txt
index de4226de..b0269ea3 100644
--- a/externals/grill/pool/config-pd-darwin.txt
+++ b/externals/grill/pool/config-pd-darwin.txt
@@ -28,6 +28,6 @@ INSTPATH=/usr/local/lib/pd/extra
UFLAGS=-malign-power -maltivec -faltivec
# use shared flext library
-#FLEXT_SHARED=1
+FLEXT_SHARED=1
diff --git a/externals/grill/pool/makefile.pd-darwin b/externals/grill/pool/makefile.pd-darwin
index 2f3baf96..83424e16 100644
--- a/externals/grill/pool/makefile.pd-darwin
+++ b/externals/grill/pool/makefile.pd-darwin
@@ -22,8 +22,8 @@ FRAMEWORKS=Carbon
LDFLAGS+=-Wl,-x -Wl,-S -bundle -bundle_loader $(PD)
ifdef FLEXT_SHARED
-CFLAGS+=-dynamic -DFLEXT_SHARED
-LDFLAGS+=-dynamic -L$(FLEXTPATH)
+CFLAGS+=-DFLEXT_SHARED
+LDFLAGS+=-L$(FLEXTPATH)
FLEXTLIB=-lflext
else