Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26038
Modified Files: Tag: desiredata configure.in configure Log Message: fix from Charles Turner (<vatic>)
Index: configure =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v retrieving revision 1.6.2.14.2.10 retrieving revision 1.6.2.14.2.11 diff -C2 -d -r1.6.2.14.2.10 -r1.6.2.14.2.11 *** configure 8 Dec 2006 19:54:52 -0000 1.6.2.14.2.10 --- configure 19 Dec 2006 22:57:18 -0000 1.6.2.14.2.11 *************** *** 4330,4334 **** STRIPFLAG="" # LDSOFLAGS="-dylib -bundle -flat_namespace -undefined suppress" ! LDSOFLAGS="-dylib -flat_namespace" EXTERNTARGET=pd_darwin ### this comes from pd 0.40 --- 4330,4336 ---- STRIPFLAG="" # LDSOFLAGS="-dylib -bundle -flat_namespace -undefined suppress" ! # LDSOFLAGS="-dylib -flat_namespace" ! # Charles Turner told me to use this: ! LDSOFLAGS="-dynamiclib -Wl,-single_module" EXTERNTARGET=pd_darwin ### this comes from pd 0.40
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure.in,v retrieving revision 1.5.4.5.2.16.2.12 retrieving revision 1.5.4.5.2.16.2.13 diff -C2 -d -r1.5.4.5.2.16.2.12 -r1.5.4.5.2.16.2.13 *** configure.in 8 Dec 2006 19:54:53 -0000 1.5.4.5.2.16.2.12 --- configure.in 19 Dec 2006 22:57:18 -0000 1.5.4.5.2.16.2.13 *************** *** 80,84 **** STRIPFLAG="" # LDSOFLAGS="-dylib -bundle -flat_namespace -undefined suppress" ! LDSOFLAGS="-dylib -flat_namespace" EXTERNTARGET=pd_darwin ### this comes from pd 0.40 --- 80,86 ---- STRIPFLAG="" # LDSOFLAGS="-dylib -bundle -flat_namespace -undefined suppress" ! # LDSOFLAGS="-dylib -flat_namespace" ! # Charles Turner told me to use this: ! LDSOFLAGS="-dynamiclib -Wl,-single_module" EXTERNTARGET=pd_darwin ### this comes from pd 0.40