Revision: 9464 http://pure-data.svn.sourceforge.net/pure-data/?rev=9464&view=rev Author: eighthave Date: 2008-02-21 19:38:43 -0800 (Thu, 21 Feb 2008)
Log Message: ----------- upgraded to JackOSX 0.76, which has a framework with a different name. The old version was called 'Jack.framework', this one is called 'Jackmp.framework'
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/configure.in
Modified: branches/pd-extended/v0-40/pd/src/configure.in =================================================================== --- branches/pd-extended/v0-40/pd/src/configure.in 2008-02-20 16:30:38 UTC (rev 9463) +++ branches/pd-extended/v0-40/pd/src/configure.in 2008-02-22 03:38:43 UTC (rev 9464) @@ -329,11 +329,11 @@ OSNUMBER=2 if test x$jack == "xyes"; then - LDFLAGS=$LDFLAGS" -weak_framework Jack" + LDFLAGS=$LDFLAGS" -weak_framework Jackmp" fi if test x$jack == "xrun"; then - LDFLAGS=$LDFLAGS" -weak_framework Jack" + LDFLAGS=$LDFLAGS" -weak_framework Jackmp" fi fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.