[101210] trunk/dports/devel/liboil

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 02:45:09 PST 2013


Revision: 101210
          https://trac.macports.org/changeset/101210
Author:   jeremyhu at macports.org
Date:     2013-01-06 02:45:09 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
liboil: Build fix for automake 1.13

Modified Paths:
--------------
    trunk/dports/devel/liboil/Portfile

Added Paths:
-----------
    trunk/dports/devel/liboil/files/automake.patch

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2013-01-06 10:37:51 UTC (rev 101209)
+++ trunk/dports/devel/liboil/Portfile	2013-01-06 10:45:09 UTC (rev 101210)
@@ -19,7 +19,7 @@
                     sha1    f9d7103a3a4a4089f56197f81871ae9129d229ed \
                     rmd160  de286350687a5d49868b0a45d4db007526220fec
 
-patchfiles      patch-liboil_liboilcpu-x86.c.diff
+patchfiles      patch-liboil_liboilcpu-x86.c.diff automake.patch
 
 depends_build	port:pkgconfig 
 depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2

Added: trunk/dports/devel/liboil/files/automake.patch
===================================================================
--- trunk/dports/devel/liboil/files/automake.patch	                        (rev 0)
+++ trunk/dports/devel/liboil/files/automake.patch	2013-01-06 10:45:09 UTC (rev 101210)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-06 02:39:49.000000000 -0800
++++ configure.ac	2013-01-06 02:40:05.000000000 -0800
+@@ -11,7 +11,7 @@ AM_MAINTAINER_MODE
+ #LIBOIL_MAJORMINOR=0.3
+ #AC_SUBST(LIBOIL_MAJORMINOR)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ dnl CURRENT, REVISION, AGE
+ dnl - library source changed -> increment REVISION
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/e6738c13/attachment.html>


More information about the macports-changes mailing list