Update of /cvsroot/pure-data/externals/footils/fluid/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13318
Modified Files: gnumake-mac-gcc.inc Log Message: Use -lfluidsynth instead of framework.
Index: gnumake-mac-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/footils/fluid/build/gnumake-mac-gcc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-mac-gcc.inc 16 Apr 2005 14:20:05 -0000 1.1 --- gnumake-mac-gcc.inc 2 May 2006 14:46:21 -0000 1.2 *************** *** 1,2 **** ! # Is this correct? Mac-users please test and report to fbar@footils.org ! LIBS += -framework Fluidsynth --- 1,3 ---- ! # Mac-users please test and report to fbar@footils.org ! # LIBS += -framework Fluidsynth ! LIBS += -lfluidsynth