[101911] trunk/dports/devel/libnewt/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 21 14:00:03 PST 2013


Revision: 101911
          https://trac.macports.org/changeset/101911
Author:   ryandesign at macports.org
Date:     2013-01-21 14:00:02 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
libnewt: revbump to rebuild with tcl 8.6; work around incompatibility with tcl 8.6 (#37725)

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

Modified: trunk/dports/devel/libnewt/Portfile
===================================================================
--- trunk/dports/devel/libnewt/Portfile	2013-01-21 21:25:26 UTC (rev 101910)
+++ trunk/dports/devel/libnewt/Portfile	2013-01-21 22:00:02 UTC (rev 101911)
@@ -5,6 +5,7 @@
 
 name                libnewt
 version             0.52.14
+revision            1
 categories          devel
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -41,6 +42,9 @@
 configure.args      --without-python \
                     --libdir=${prefix}/lib
 
+# Fix build with Tcl 8.6+
+configure.cppflags-append   -DUSE_INTERP_RESULT
+
 destroot.destdir    instroot=${destroot}
 
 # configure: WARNING: unrecognized options: --disable-dependency-tracking
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/2e83c4a0/attachment.html>


More information about the macports-changes mailing list