[102848] trunk/dports/textproc/sword

ryandesign at macports.org ryandesign at macports.org
Sat Feb 9 05:47:22 PST 2013


Revision: 102848
          https://trac.macports.org/changeset/102848
Author:   ryandesign at macports.org
Date:     2013-02-09 05:47:22 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
sword: fix autoreconf failure with automake 1.13 (#37997)

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

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

Modified: trunk/dports/textproc/sword/Portfile
===================================================================
--- trunk/dports/textproc/sword/Portfile	2013-02-09 13:09:28 UTC (rev 102847)
+++ trunk/dports/textproc/sword/Portfile	2013-02-09 13:47:22 UTC (rev 102848)
@@ -32,6 +32,8 @@
                 port:openssl \
                 port:zlib
 
+patchfiles      patch-automake-1.13.diff
+
 # fails to build with clang, probably incorrect code
 # ../include/multimapwdef.h:22:7: error: use of undeclared identifier 'find'
 # llvm-gcc-4.2 actually hangs

Added: trunk/dports/textproc/sword/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/textproc/sword/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/textproc/sword/files/patch-automake-1.13.diff	2013-02-09 13:47:22 UTC (rev 102848)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2010-10-22 15:41:26.000000000 -0500
++++ configure.ac	2013-02-09 07:42:50.000000000 -0600
+@@ -13,7 +13,7 @@
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE
+ 
+-AM_CONFIG_HEADER(include/config.h)
++AC_CONFIG_HEADERS([include/config.h])
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/9f30336d/attachment.html>


More information about the macports-changes mailing list