[104254] trunk/dports/textproc/juman6

ryandesign at macports.org ryandesign at macports.org
Fri Mar 22 01:23:49 PDT 2013


Revision: 104254
          https://trac.macports.org/changeset/104254
Author:   ryandesign at macports.org
Date:     2013-03-22 01:23:49 -0700 (Fri, 22 Mar 2013)
Log Message:
-----------
juman6: fix autoreconf failure in universal variant with automake 1.13 (#38186)

Modified Paths:
--------------
    trunk/dports/textproc/juman6/Portfile

Added Paths:
-----------
    trunk/dports/textproc/juman6/files/patch-automake-1.13.diff

Modified: trunk/dports/textproc/juman6/Portfile
===================================================================
--- trunk/dports/textproc/juman6/Portfile	2013-03-22 08:11:38 UTC (rev 104253)
+++ trunk/dports/textproc/juman6/Portfile	2013-03-22 08:23:49 UTC (rev 104254)
@@ -27,6 +27,7 @@
 }
 
 if {[variant_isset universal]} {
+    patchfiles-append patch-automake-1.13.diff
     use_autoreconf  yes
 }
 

Added: trunk/dports/textproc/juman6/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/textproc/juman6/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/textproc/juman6/files/patch-automake-1.13.diff	2013-03-22 08:23:49 UTC (rev 104254)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2011-05-19 21:03:15.000000000 -0500
++++ configure.ac	2013-03-22 03:18:29.000000000 -0500
+@@ -4,7 +4,7 @@
+ # AC_REVISION($Revision: 1.9 $)
+ AC_CONFIG_SRCDIR([juman/juman.c])
+ AM_INIT_AUTOMAKE(${PACKAGE_NAME}, ${PACKAGE_VERSION})
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ # Checks for programs.
+ AC_PROG_CC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130322/7eb4d5a7/attachment-0001.html>


More information about the macports-changes mailing list