[104251] trunk/dports/graphics/fnlib

ryandesign at macports.org ryandesign at macports.org
Fri Mar 22 00:55:01 PDT 2013


Revision: 104251
          https://trac.macports.org/changeset/104251
Author:   ryandesign at macports.org
Date:     2013-03-22 00:55:01 -0700 (Fri, 22 Mar 2013)
Log Message:
-----------
fnlib: fix autoreconf issues with automake 1.13 and later (#38486)

Modified Paths:
--------------
    trunk/dports/graphics/fnlib/Portfile

Added Paths:
-----------
    trunk/dports/graphics/fnlib/files/
    trunk/dports/graphics/fnlib/files/patch-configure.ac.diff

Modified: trunk/dports/graphics/fnlib/Portfile
===================================================================
--- trunk/dports/graphics/fnlib/Portfile	2013-03-22 00:21:11 UTC (rev 104250)
+++ trunk/dports/graphics/fnlib/Portfile	2013-03-22 07:55:01 UTC (rev 104251)
@@ -24,6 +24,12 @@
 	port:tiff \
 	port:imlib
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
+patchfiles      patch-configure.ac.diff
+
 # this might break shinymetal on case-insensitive filesystems
 post-destroot	{
 		foreach i {a b c d e f g h i j k l m n o p q r s t u v w x y z} {

Added: trunk/dports/graphics/fnlib/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/fnlib/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/graphics/fnlib/files/patch-configure.ac.diff	2013-03-22 07:55:01 UTC (rev 104251)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2003-07-29 21:32:52.000000000 -0500
++++ configure.ac	2013-03-22 02:49:35.000000000 -0500
+@@ -1,6 +1,6 @@
+ AC_INIT(Fnlib/Fnlib.h)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ AM_INIT_AUTOMAKE(fnlib, 0.5)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130322/04af08d9/attachment.html>


More information about the macports-changes mailing list