[100952] trunk/dports/gnome/gst-ffmpeg

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Jan 1 17:45:44 PST 2013


Revision: 100952
          https://trac.macports.org/changeset/100952
Author:   rmstonecipher at macports.org
Date:     2013-01-01 17:45:43 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
gnome/gst-ffmpeg fixed configure failure caused by automake 1.13

Modified Paths:
--------------
    trunk/dports/gnome/gst-ffmpeg/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gst-ffmpeg/files/patch-configure.ac.diff

Modified: trunk/dports/gnome/gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/Portfile	2013-01-02 00:50:04 UTC (rev 100951)
+++ trunk/dports/gnome/gst-ffmpeg/Portfile	2013-01-02 01:45:43 UTC (rev 100952)
@@ -22,7 +22,8 @@
                     sha1    8de5c848638c16c6c6c14ce3b22eecd61ddeed44 \
                     rmd160  3e5e3d44302665214cfde8a908b633f8d0f70d31
 
-patchfiles          patch-gst-libs_ext_libav_configure.diff
+patchfiles          patch-gst-libs_ext_libav_configure.diff \
+                    patch-configure.ac.diff
 
 post-patch {
     reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/gst-libs/ext/libav/configure

Added: trunk/dports/gnome/gst-ffmpeg/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/gnome/gst-ffmpeg/files/patch-configure.ac.diff	2013-01-02 01:45:43 UTC (rev 100952)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-01 19:26:32.000000000 -0600
++++ configure.ac	2013-01-01 19:28:06.000000000 -0600
+@@ -22,7 +22,7 @@
+ AC_CONFIG_SRCDIR([ext/ffmpeg/gstffmpeg.c])
+ 
+ dnl define the output header for config
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+ AM_MAINTAINER_MODE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/6d797c4c/attachment.html>


More information about the macports-changes mailing list