[34509] trunk/dports/audio/madplay/Portfile

afb at macports.org afb at macports.org
Wed Feb 27 00:43:20 PST 2008


Revision: 34509
          http://trac.macosforge.org/projects/macports/changeset/34509
Author:   afb at macports.org
Date:     2008-02-27 00:43:17 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
fix build on Leopard Intel / needs SSE (#13175)

Modified Paths:
--------------
    trunk/dports/audio/madplay/Portfile

Modified: trunk/dports/audio/madplay/Portfile
===================================================================
--- trunk/dports/audio/madplay/Portfile	2008-02-27 07:57:27 UTC (rev 34508)
+++ trunk/dports/audio/madplay/Portfile	2008-02-27 08:43:17 UTC (rev 34509)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		madplay
 version		0.15.2b
+revision	1
 categories	audio
 maintainers	nomaintainer
 description	MPEG Audio Decoder
@@ -23,3 +24,7 @@
 depends_lib	lib:libid3tag:libid3tag lib:libesd:esound \
 		lib:libaudiofile:audiofile lib:libintl:gettext \
 		lib:libmad:libmad lib:libz:zlib
+
+platform darwin 9 i386 {
+	configure.cflags-append "-msse"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080227/79b7e120/attachment.html 


More information about the macports-changes mailing list