[100949] trunk/dports/textproc/opensp

ryandesign at macports.org ryandesign at macports.org
Tue Jan 1 16:30:21 PST 2013


Revision: 100949
          https://trac.macports.org/changeset/100949
Author:   ryandesign at macports.org
Date:     2013-01-01 16:30:21 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
opensp: fix build with automake 1.13 (#37459)

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

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

Modified: trunk/dports/textproc/opensp/Portfile
===================================================================
--- trunk/dports/textproc/opensp/Portfile	2013-01-02 00:20:31 UTC (rev 100948)
+++ trunk/dports/textproc/opensp/Portfile	2013-01-02 00:30:21 UTC (rev 100949)
@@ -24,10 +24,10 @@
 checksums	md5 670b223c5d12cee40c9137be86b6c39b \
 		sha1 b4e903e980f8a8b3887396a24e067bef126e97d5
 
-if {${configure.compiler} == "clang"} { 
-    configure.compiler llvm-gcc-4.2 
-} 
+patchfiles      patch-automake-1.13.diff
 
+compiler.blacklist clang
+
 use_autoreconf  yes
 autoreconf.args -fvi
 depends_lib	port:gettext

Added: trunk/dports/textproc/opensp/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/textproc/opensp/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/textproc/opensp/files/patch-automake-1.13.diff	2013-01-02 00:30:21 UTC (rev 100949)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2005-12-23 06:15:21.000000000 -0800
++++ configure.in	2012-12-30 15:58:09.000000000 -0800
+@@ -16,7 +16,7 @@
+ AM_INIT_AUTOMAKE(OpenSP, 1.5.2, no-define)
+ AM_MAINTAINER_MODE
+ AC_PREREQ(2.53)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_SANITY_CHECK
+ 
+ dnl Autoheader definitions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/0d498065/attachment.html>


More information about the macports-changes mailing list