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

jeremyhu at macports.org jeremyhu at macports.org
Sun Jun 12 15:57:02 PDT 2011


Revision: 79399
          http://trac.macports.org/changeset/79399
Author:   jeremyhu at macports.org
Date:     2011-06-12 15:57:01 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
cppunit: autoreconf to work around a build failure

The provided configure tries to do 'dirname --' which is not valid.

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

Modified: trunk/dports/devel/cppunit/Portfile
===================================================================
--- trunk/dports/devel/cppunit/Portfile	2011-06-12 22:49:45 UTC (rev 79398)
+++ trunk/dports/devel/cppunit/Portfile	2011-06-12 22:57:01 UTC (rev 79399)
@@ -20,5 +20,8 @@
 				--disable-doxygen \
 				--disable-dot
 
+use_autoreconf		yes
+autoreconf.args		-fvi
+
 test.run		yes
 test.target		check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/fb1a84e1/attachment.html>


More information about the macports-changes mailing list