72 | | # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION |
73 | | # and CF_FORMAT_ARGUMENT macros if __INTEL_COMPILER is defined. Currently, that is the ONLY place |
74 | | # in the 10.6 SDK where the __INTEL_COMPILER macro is checked, but that may change in the future. |
75 | | # We also need to use Apple's ObjC compiler for the single "qdCocoa.m" file. |
76 | | configure.args-delete --without-aqua |
77 | | configure.args-append --with-aqua |
78 | | patchfiles-append patch-QuartzDevice_h.diff |
79 | | configure.objc /usr/bin/gcc-4.2 |
| 75 | ui_error "Use the R.framework port for Aqua support." |
| 76 | return -code error |