[132772] trunk/dports/science/bladeRF/Portfile

michaelld at macports.org michaelld at macports.org
Tue Feb 10 12:54:05 PST 2015


Revision: 132772
          https://trac.macports.org/changeset/132772
Author:   michaelld at macports.org
Date:     2015-02-10 12:54:05 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
bladeRF:  do not treat compiler warnings as errors; addresses ticket #46802.

Modified Paths:
--------------
    trunk/dports/science/bladeRF/Portfile

Modified: trunk/dports/science/bladeRF/Portfile
===================================================================
--- trunk/dports/science/bladeRF/Portfile	2015-02-10 20:40:16 UTC (rev 132771)
+++ trunk/dports/science/bladeRF/Portfile	2015-02-10 20:54:05 UTC (rev 132772)
@@ -36,6 +36,10 @@
 
 configure.args-append -DVERSION_INFO_OVERRIDE="MacPorts-${version}"
 
+# do not treat compiler warnings as errors
+
+configure.args-append -DTREAT_WARNINGS_AS_ERRORS=OFF
+
 # set last configure argument to the reletive path
 # to the top-level cmake source
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150210/c7e90d7a/attachment.html>


More information about the macports-changes mailing list