Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15002
Modified Files: Tag: devel_0_37 configure configure.in Log Message: removing -framework Tk from LDFLAGS (superfluous and interfering) this allows externals to use -lX11 on OSX
Index: configure =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure,v retrieving revision 1.1.1.4.2.13 retrieving revision 1.1.1.4.2.14 diff -C2 -d -r1.1.1.4.2.13 -r1.1.1.4.2.14 *** configure 22 Apr 2004 11:43:02 -0000 1.1.1.4.2.13 --- configure 24 Apr 2004 20:46:10 -0000 1.1.1.4.2.14 *************** *** 2853,2857 **** if test `uname -s` = Darwin; then ! LDFLAGS="-Wl -framework Tcl -framework Tk -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ -framework Carbon -framework CoreMIDI" --- 2853,2857 ---- if test `uname -s` = Darwin; then ! LDFLAGS="-Wl -framework Tcl -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ -framework Carbon -framework CoreMIDI"
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure.in,v retrieving revision 1.1.1.4.2.13 retrieving revision 1.1.1.4.2.14 diff -C2 -d -r1.1.1.4.2.13 -r1.1.1.4.2.14 *** configure.in 22 Apr 2004 11:44:12 -0000 1.1.1.4.2.13 --- configure.in 24 Apr 2004 20:46:21 -0000 1.1.1.4.2.14 *************** *** 250,254 **** if test `uname -s` = Darwin; then ! LDFLAGS="-Wl -framework Tcl -framework Tk -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ -framework Carbon -framework CoreMIDI" --- 250,254 ---- if test `uname -s` = Darwin; then ! LDFLAGS="-Wl -framework Tcl -framework CoreAudio \ -framework AudioUnit -framework AudioToolbox \ -framework Carbon -framework CoreMIDI"