Revision
83170
Author
jmr@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

Diff

Modified: trunk/dports/science/opendx/Portfile (83169 => 83170)


--- 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
 }