From 9cba3b8fccf2f9d680d5ef7847689fe9cda2e294 Mon Sep 17 00:00:00 2001
From: Thomas Grill <xovo@users.sourceforge.net>
Date: Fri, 11 Aug 2006 16:44:48 +0000
Subject: fix dynamic linker problem, not using flat_namespace OSX switch to
 dynamic_lookup, 10.3 only but much cleaner cosmetic changes to calm the
 compiler use normal assertion

svn path=/trunk/; revision=5564
---
 externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'externals/grill/flext/buildsys')

diff --git a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
index 2c5e364a..fd63e346 100644
--- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
@@ -1,6 +1,7 @@
 EXT=pd_darwin
 
-LDFLAGS += -bundle -bundle_loader $(PDBIN) 
+#LDFLAGS += -bundle -bundle_loader $(PDBIN) 
+LDFLAGS += -dylib -undefined dynamic_lookup 
 
 TARGET=$(TARGETPATH)/$(TARGETNAME)
 INSTTARGET=$(TARGET)
-- 
cgit v1.2.1