[93710] trunk/dports/sysutils/dc3dd/Portfile

jmr at macports.org jmr at macports.org
Mon May 28 17:48:57 PDT 2012


Revision: 93710
          https://trac.macports.org/changeset/93710
Author:   jmr at macports.org
Date:     2012-05-28 17:48:55 -0700 (Mon, 28 May 2012)
Log Message:
-----------
dc3dd: avoid error-prone autoreconf

Modified Paths:
--------------
    trunk/dports/sysutils/dc3dd/Portfile

Modified: trunk/dports/sysutils/dc3dd/Portfile
===================================================================
--- trunk/dports/sysutils/dc3dd/Portfile	2012-05-29 00:14:22 UTC (rev 93709)
+++ trunk/dports/sysutils/dc3dd/Portfile	2012-05-29 00:48:55 UTC (rev 93710)
@@ -19,8 +19,12 @@
                     sha1   f0de9696486ea4f99a283cf9916b02804a718ad6 \
                     rmd160 f9588caae231361635db70bfcfc5534685d972da
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+post-patch {
+    # stop the makefile trying to run autotools
+    touch ${worksrcpath}/configure.ac ${worksrcpath}/aclocal.m4 \
+          ${worksrcpath}/configure ${worksrcpath}/Makefile.in \
+          ${worksrcpath}/lib/Makefile.in ${worksrcpath}/lib/config.hin
+}
 
 configure.args      --mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120528/56e43329/attachment.html>


More information about the macports-changes mailing list