[114248] trunk/dports/databases/rethinkdb/Portfile

cal at macports.org cal at macports.org
Tue Dec 3 06:23:44 PST 2013


Revision: 114248
          https://trac.macports.org/changeset/114248
Author:   cal at macports.org
Date:     2013-12-03 06:23:44 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
rethinkdb: add fallback compiler on systems < darwin13

Modified Paths:
--------------
    trunk/dports/databases/rethinkdb/Portfile

Modified: trunk/dports/databases/rethinkdb/Portfile
===================================================================
--- trunk/dports/databases/rethinkdb/Portfile	2013-12-03 14:19:03 UTC (rev 114247)
+++ trunk/dports/databases/rethinkdb/Portfile	2013-12-03 14:23:44 UTC (rev 114248)
@@ -49,7 +49,9 @@
         # When protobuf-cpp and v8 are compiled against libstdc++, don't use
         # clang, which only supports C++11 (required by rethinkdb) when using
         # libc++.
-        compiler.blacklist-append *clang*
+        compiler.blacklist-append   *clang*
+        # without this, no compilers are available at all
+        compiler.fallback-append    macports-gcc-4.8
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/599a1db3/attachment.html>


More information about the macports-changes mailing list