Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18807
Modified Files:
mpg123.info
Log Message:
10.6 32 bit build fixes.
Index: mpg123.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mpg123.info 14 Aug 2009 14:07:36 -0000 1.10
+++ mpg123.info 7 Sep 2009 23:35:55 -0000 1.11
@@ -1,7 +1,7 @@
Info4: <<
Package: mpg123
Version: 1.9.0
-Revision: 2
+Revision: 3
Epoch: 1
Distribution: 10.5, 10.6
Maintainer: Daniel Johnson <[email protected]>
@@ -29,7 +29,19 @@
Conflicts: mpg321
Replaces: mpg321
-ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = x86_64 ) --with-cpu=x86-64_all
+#Fix for 10.6. Can be removed next version.
+PatchScript: perl -pi -e
's/i386-apple-darwin9/i386-apple-darwin9*|i386-apple-darwin10/' configure
+
+ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 )
--with-cpu=x86-64_all
+
+CompileScript: <<
+ #!/bin/bash -ev
+ #gcc-4.2 causes problems with 32 bit builds. 64 bit is fine.
+ if [ "%m" == "i386" ]; then
+ export CC=gcc-4.0
+ fi
+ %{default_script}
+<<
InstallScript: <<
make install DESTDIR=%d
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs