[PD-cvs] externals/grill/flext/buildsys/mac/pd gnumake-gcc-ext.inc, 1.5, 1.6

Thomas Grill xovo at users.sourceforge.net
Fri Dec 23 14:06:11 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv384/buildsys/mac/pd

Modified Files:
	gnumake-gcc-ext.inc 
Log Message:
fix dynamic linker problem, not using flat_namespace


Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gnumake-gcc-ext.inc	13 Apr 2005 00:24:18 -0000	1.5
--- gnumake-gcc-ext.inc	23 Dec 2005 13:06:09 -0000	1.6
***************
*** 1,5 ****
  EXT=pd_darwin
  
! LDFLAGS += -bundle -bundle_loader $(PDBIN) -flat_namespace
  
  TARGET=$(TARGETPATH)/$(TARGETNAME)
--- 1,5 ----
  EXT=pd_darwin
  
! LDFLAGS += -bundle -bundle_loader $(PDBIN) 
  
  TARGET=$(TARGETPATH)/$(TARGETNAME)





More information about the Pd-cvs mailing list