[54438] trunk/dports/archivers/lzo2/Portfile

toby at macports.org toby at macports.org
Mon Jul 27 11:13:33 PDT 2009


Revision: 54438
          http://trac.macports.org/changeset/54438
Author:   toby at macports.org
Date:     2009-07-27 11:13:32 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
rearrange configure args - keep using asm on old os versions

Modified Paths:
--------------
    trunk/dports/archivers/lzo2/Portfile

Modified: trunk/dports/archivers/lzo2/Portfile
===================================================================
--- trunk/dports/archivers/lzo2/Portfile	2009-07-27 18:06:28 UTC (rev 54437)
+++ trunk/dports/archivers/lzo2/Portfile	2009-07-27 18:13:32 UTC (rev 54438)
@@ -5,6 +5,7 @@
 name			lzo2
 set my_name     lzo
 version			2.03
+revision		1
 categories		archivers
 platforms		darwin
 maintainers		gmail.com:yunzheng.hu
@@ -28,14 +29,14 @@
                     sha1    135a50699296e853362a3d11b9f872c74c8b8c5a \
                     rmd160  1c2eb11ba2babd81236128b7fef3676c9db7da51
 
-configure.args	--enable-shared --disable-static
+configure.args	--enable-shared --disable-static --disable-asm
 
 test.run		yes
 test.target		check
 
-platform darwin 9 {
-	# workaround until the assembler versions work:
-	configure.args-append --disable-asm
+platform darwin 8 {
+	# supposedly, the asm bits work on tiger
+	configure.args-delete --disable-asm
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/440e6975/attachment.html>


More information about the macports-changes mailing list