[125121] trunk/dports/devel/cppunit/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Sep 6 16:20:32 PDT 2014


Revision: 125121
          https://trac.macports.org/changeset/125121
Author:   jeremyhu at macports.org
Date:     2014-09-06 16:20:32 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
cppunit: autoreconf to fix build with non-default c++ stdlib

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

Modified: trunk/dports/devel/cppunit/Portfile
===================================================================
--- trunk/dports/devel/cppunit/Portfile	2014-09-06 23:10:29 UTC (rev 125120)
+++ trunk/dports/devel/cppunit/Portfile	2014-09-06 23:20:32 UTC (rev 125121)
@@ -20,10 +20,17 @@
 checksums           rmd160  2a86e06409b53b3477842354b21dd17fc4943b09 \
                     sha256  3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
 configure.args      --disable-dot \
                     --disable-doxygen \
                     --disable-silent-rules
 
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 test.run            yes
 test.target         check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/2603c1b6/attachment.html>


More information about the macports-changes mailing list