[PD-cvs] pd/src configure.in,1.1.1.4.2.9,1.1.1.4.2.9.2.1

Mathieu Bouchard matju at users.sourceforge.net
Wed Apr 21 08:12:11 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20880

Modified Files:
      Tag: impd_0_37
	configure.in 
Log Message:
fix for using -lX11 in plugins (e.g. GridFlow) in OSX


Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.1.1.4.2.9
retrieving revision 1.1.1.4.2.9.2.1
diff -C2 -d -r1.1.1.4.2.9 -r1.1.1.4.2.9.2.1
*** configure.in	14 Jan 2004 15:42:14 -0000	1.1.1.4.2.9
--- configure.in	21 Apr 2004 06:11:59 -0000	1.1.1.4.2.9.2.1
***************
*** 176,180 ****
  if test `uname -s` = Darwin;
  then
!     LDFLAGS="-Wl -framework Tcl -framework Tk -framework CoreAudio \
          -framework AudioUnit -framework AudioToolbox \
          -framework Carbon -framework CoreMIDI"
--- 176,180 ----
  if test `uname -s` = Darwin;
  then
!     LDFLAGS="-Wl -framework CoreAudio \
          -framework AudioUnit -framework AudioToolbox \
          -framework Carbon -framework CoreMIDI"





More information about the Pd-cvs mailing list