[103151] trunk/dports/graphics/giblib

ryandesign at macports.org ryandesign at macports.org
Sat Feb 16 02:35:34 PST 2013


Revision: 103151
          https://trac.macports.org/changeset/103151
Author:   ryandesign at macports.org
Date:     2013-02-16 02:35:34 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
giblib: fix autoreconf failure with automake 1.13 (#38081)

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

Added Paths:
-----------
    trunk/dports/graphics/giblib/files/
    trunk/dports/graphics/giblib/files/patch-automake-1.13.diff

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile	2013-02-16 10:23:16 UTC (rev 103150)
+++ trunk/dports/graphics/giblib/Portfile	2013-02-16 10:35:34 UTC (rev 103151)
@@ -24,6 +24,8 @@
 
 depends_lib			port:imlib2 port:freetype port:zlib
 
+patchfiles			patch-automake-1.13.diff
+
 use_autoreconf yes
 autoreconf.args -fvi
 

Added: trunk/dports/graphics/giblib/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/graphics/giblib/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/graphics/giblib/files/patch-automake-1.13.diff	2013-02-16 10:35:34 UTC (rev 103151)
@@ -0,0 +1,16 @@
+--- configure.ac.orig	2004-09-04 09:42:10.000000000 -0500
++++ configure.ac	2013-02-16 04:31:46.000000000 -0600
+@@ -2,12 +2,11 @@
+ 
+ AC_INIT
+ AC_CONFIG_SRCDIR([giblib/gib_list.c])
+-AM_CONFIG_HEADER(giblib/giblib_config.h)
++AC_CONFIG_HEADERS([giblib/giblib_config.h])
+ AM_INIT_AUTOMAKE(giblib, 1.2.4, no-define)
+ 
+ AC_ISC_POSIX
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AC_HEADER_STDC
+ AM_PROG_LIBTOOL
+ AC_PROG_INSTALL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130216/b72c4448/attachment.html>


More information about the macports-changes mailing list