Revision: 83170 http://trac.macports.org/changeset/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: -------------- 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 }