[110572] trunk/dports/math/aamath/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 01:38:43 PDT 2013


Revision: 110572
          https://trac.macports.org/changeset/110572
Author:   jeremyhu at macports.org
Date:     2013-09-02 01:38:43 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
aamath: Add a comment about the build failure and set installs_libs no

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

Modified: trunk/dports/math/aamath/Portfile
===================================================================
--- trunk/dports/math/aamath/Portfile	2013-09-02 08:31:12 UTC (rev 110571)
+++ trunk/dports/math/aamath/Portfile	2013-09-02 08:38:43 UTC (rev 110572)
@@ -30,6 +30,7 @@
 configure.cppflags-append -I${prefix}/include/ncurses
 configure.ldflags-append -lreadline -ltermcap -lncurses
 
+# TODO: Fix this buggy C++ code which clang is correct to complain about.
 # ./expr.h:454:43: error: redefinition of parameter 'c'
 # void render_symbol(Canvas& c, int r, int c, int h) const;
 compiler.blacklist  *clang*
@@ -42,6 +43,7 @@
 }
 
 use_configure       no
+installs_libs       no
 
 destroot {
     xinstall -m 755 ${worksrcpath}/aamath ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/6ad3740f/attachment.html>


More information about the macports-changes mailing list