[101022] trunk/dports/graphics/imlib2

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 3 00:00:37 PST 2013


Revision: 101022
          https://trac.macports.org/changeset/101022
Author:   jeremyhu at macports.org
Date:     2013-01-03 00:00:37 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
imlib2: Fix building with newer automake

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

Added Paths:
-----------
    trunk/dports/graphics/imlib2/files/
    trunk/dports/graphics/imlib2/files/automake.patch

Modified: trunk/dports/graphics/imlib2/Portfile
===================================================================
--- trunk/dports/graphics/imlib2/Portfile	2013-01-03 07:54:31 UTC (rev 101021)
+++ trunk/dports/graphics/imlib2/Portfile	2013-01-03 08:00:37 UTC (rev 101022)
@@ -41,6 +41,8 @@
     port:xorg-libXext \
     port:zlib
 
+patchfiles automake.patch
+
 use_autoreconf  yes
 autoreconf.args -fv
 

Added: trunk/dports/graphics/imlib2/files/automake.patch
===================================================================
--- trunk/dports/graphics/imlib2/files/automake.patch	                        (rev 0)
+++ trunk/dports/graphics/imlib2/files/automake.patch	2013-01-03 08:00:37 UTC (rev 101022)
@@ -0,0 +1,19 @@
+--- configure.ac.orig	2013-01-02 23:57:38.000000000 -0800
++++ configure.ac	2013-01-02 23:57:59.000000000 -0800
+@@ -10,7 +10,7 @@ AC_CANONICAL_HOST
+ AC_ISC_POSIX
+ 
+ AM_INIT_AUTOMAKE(1.6 dist-bzip2)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ 
+ AC_C_BIGENDIAN
+@@ -24,7 +24,6 @@ AC_ARG_ENABLE([visibility-hiding],
+   [enable_visibility_hiding=no]
+ )
+ 
+-AM_PROG_CC_STDC
+ AC_HEADER_STDC
+ AC_C_CONST
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/765e1453/attachment.html>


More information about the macports-changes mailing list