Revision: 74802 http://trac.macports.org/changeset/74802 Author: adfernandes@macports.org Date: 2011-01-02 16:14:20 -0800 (Sun, 02 Jan 2011) Log Message: ----------- math/R - fixed accidental double-patch addition Modified Paths: -------------- trunk/dports/math/R/Portfile Modified: trunk/dports/math/R/Portfile =================================================================== --- trunk/dports/math/R/Portfile 2011-01-02 21:23:51 UTC (rev 74801) +++ trunk/dports/math/R/Portfile 2011-01-03 00:14:20 UTC (rev 74802) @@ -69,19 +69,6 @@ } platform darwin 10 { - variant aqua description {Build with the Quartz graphics driver} { - # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION - # and CF_FORMAT_ARGUMENT macros if __INTEL_COMPILER is defined. Currently, that is the ONLY place - # in the 10.6 SDK where the __INTEL_COMPILER macro is checked, but that may change in the future. - # We also need to use Apple's ObjC compiler for the single "qdCocoa.m" file. - configure.args-delete --without-aqua - configure.args-append --with-aqua - patchfiles-append patch-QuartzDevice_h.diff - configure.objc /usr/bin/gcc-4.2 - } -} - -platform darwin 10 { variant aqua description {Enable quartz graphics device} { # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION # and CF_FORMAT_ARGUMENT macros if __INTEL_COMPILER is defined. Currently, that is the ONLY place
participants (1)
-
adfernandes@macports.org