[83170] trunk/dports/science/opendx/Portfile

jmr at macports.org jmr at macports.org
Fri Aug 26 20:22:41 PDT 2011


Revision: 83170
          http://trac.macports.org/changeset/83170
Author:   jmr at macports.org
Date:     2011-08-26 20:22:36 -0700 (Fri, 26 Aug 2011)
Log Message:
-----------
opendx: extend Leopard fix to later OS versions (see #14085)

Modified Paths:
--------------
    trunk/dports/science/opendx/Portfile

Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile	2011-08-27 01:40:59 UTC (rev 83169)
+++ trunk/dports/science/opendx/Portfile	2011-08-27 03:22:36 UTC (rev 83170)
@@ -41,7 +41,7 @@
 use_autoreconf yes
 autoreconf.args -fv
 
-platform darwin 9 {
+if {${os.platform} == "darwin" && ${os.major} >= 9} {
     configure.cppflags-append -D_UINT64 -D_UINT32 -D_UINT16 -D_UINT8
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110826/6614c0c5/attachment.html>


More information about the macports-changes mailing list