Update of /cvsroot/audacity/lib-src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv23613

Modified Files:
      Tag: AUDACITY_1_2
        Makefile.in 
Log Message:
Allow compilation with gcc-3.3.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/Makefile.in,v
retrieving revision 1.19.2.5
retrieving revision 1.19.2.6
diff -u -d -r1.19.2.5 -r1.19.2.6
--- Makefile.in 11 Nov 2006 23:25:00 -0000      1.19.2.5
+++ Makefile.in 15 Nov 2006 03:04:44 -0000      1.19.2.6
@@ -70,7 +70,7 @@
        cd portmixer/px_mac_core && $(MAKE)
 
 soundtouch/source/SoundTouch/.libs/libSoundTouch.a:
-       cd soundtouch && $(MAKE)
+       cd soundtouch && SOUNDTOUCH_CXXFLAGS="@SOUNDTOUCH_CXXFLAGS@" $(MAKE)
 
 clean:
        -$(MAKE) -C allegro clean


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to