[142258] trunk/dports/devel/radare2/Portfile

g5pw at macports.org g5pw at macports.org
Sat Dec 12 04:59:55 PST 2015


Revision: 142258
          https://trac.macports.org/changeset/142258
Author:   g5pw at macports.org
Date:     2015-11-08 12:35:18 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
devel/radare2:
  fix compiler selection (possible fix for #49625)

Modified Paths:
--------------
    trunk/dports/devel/radare2/Portfile

Modified: trunk/dports/devel/radare2/Portfile
===================================================================
--- trunk/dports/devel/radare2/Portfile	2015-11-08 20:25:41 UTC (rev 142257)
+++ trunk/dports/devel/radare2/Portfile	2015-11-08 20:35:18 UTC (rev 142258)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        radare radare2 0.9.9
+revision            1
 categories          devel
 platforms           darwin
 license             LGPL-3+
@@ -28,7 +29,11 @@
                     --with-sysmagic \
                     --with-syscapstone \
                     --with-syszip \
+                    --with-compiler=clang
 
+build.env-append    HOST_CC=${configure.cc}
+
+
 variant openssl description {Use OpenSSL library} {
     depends_lib-append \
                     path:lib/libssl.dylib:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/64374939/attachment.html>


More information about the macports-changes mailing list