[53299] trunk/dports/multimedia/libtheora/Portfile

toby at macports.org toby at macports.org
Thu Jul 2 14:01:47 PDT 2009


Revision: 53299
          http://trac.macports.org/changeset/53299
Author:   toby at macports.org
Date:     2009-07-02 14:01:47 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
We apparently need --disable-asm on recent versions of Mac OS X. Rather than add another platform declaration for SnowLeopard, just make --disable-asm the deafult and remove it for Tiger. Should fix #20141.

Modified Paths:
--------------
    trunk/dports/multimedia/libtheora/Portfile

Modified: trunk/dports/multimedia/libtheora/Portfile
===================================================================
--- trunk/dports/multimedia/libtheora/Portfile	2009-07-02 20:53:08 UTC (rev 53298)
+++ trunk/dports/multimedia/libtheora/Portfile	2009-07-02 21:01:47 UTC (rev 53299)
@@ -41,7 +41,8 @@
 configure.env   SDL_CONFIG=/dev/null
 configure.args  --disable-oggtest \
                 --disable-vorbistest \
-                --disable-examples
+                --disable-examples \
+                --disable-asm
 
 pre-extract {
     if {"darwin" == ${os.platform} && 8 == ${os.major}} {
@@ -68,9 +69,10 @@
 
 variant doc description {Install extra documentation} {}
 
-platform darwin 9 i386 {
-    # http://trac.macports.org/projects/macports/ticket/13033
-    configure.args-append   --disable-asm
+platform darwin 8 {
+    # http://trac.macports.org/ticket/13033
+    # http://trac.macports.org/ticket/20141
+    configure.args-delete   --disable-asm
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090702/eb32d095/attachment.html>


More information about the macports-changes mailing list