[109194] trunk/dports/math/R/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 9 12:39:52 PDT 2013


Revision: 109194
          https://trac.macports.org/changeset/109194
Author:   jeremyhu at macports.org
Date:     2013-08-09 12:39:52 -0700 (Fri, 09 Aug 2013)
Log Message:
-----------
R: Mavericks build fix

Modified Paths:
--------------
    trunk/dports/math/R/Portfile

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2013-08-09 19:24:07 UTC (rev 109193)
+++ trunk/dports/math/R/Portfile	2013-08-09 19:39:52 UTC (rev 109194)
@@ -67,6 +67,10 @@
                             --without-x \
                             --with-included-gettext
 
+platform darwin 13 {
+    configure.cflags-append -flax-vector-conversions
+}
+
 variant cairo requires x11 description {Use cairo and pango} {
     depends_lib-append      path:lib/pkgconfig/cairo.pc:cairo \
                             path:lib/pkgconfig/pango.pc:pango \
@@ -92,24 +96,15 @@
 }
 
 variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
-    depends_lib-append      port:gcc45
     configure.compiler      macports-gcc-4.5
-    configure.objc          /usr/bin/gcc
-    configure.env-append    "OBJCXX=/usr/bin/g++"
 }
 
 variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
-    depends_lib-append      port:gcc46
     configure.compiler      macports-gcc-4.6
-    configure.objc          /usr/bin/gcc
-    configure.env-append    "OBJCXX=/usr/bin/g++"
 }
 
 variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
-    depends_lib-append      port:gcc47
     configure.compiler      macports-gcc-4.7
-    configure.objc          /usr/bin/gcc
-    configure.env-append    "OBJCXX=/usr/bin/g++"
 }
 
 variant recommended description {Install recommended R packages} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130809/bfceb7e3/attachment.html>


More information about the macports-changes mailing list