[100954] trunk/dports/gnome/gst-plugins-gl

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Jan 1 18:24:43 PST 2013


Revision: 100954
          https://trac.macports.org/changeset/100954
Author:   rmstonecipher at macports.org
Date:     2013-01-01 18:24:43 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
gnome/gst-plugins-gl fixed configure error due to automake 1.13

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-gl/Portfile

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

Modified: trunk/dports/gnome/gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/Portfile	2013-01-02 02:07:49 UTC (rev 100953)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2013-01-02 02:24:43 UTC (rev 100954)
@@ -33,7 +33,8 @@
 checksums           rmd160  7375ad5f4831267d398ff579ce5a96e4020ff128 \
                     sha256  48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c429bf210
 
-patchfiles          objcflags.patch
+patchfiles          objcflags.patch \
+                    patch-configure.ac.diff
 
 use_autoreconf  yes
 autoreconf.args -fvi

Added: trunk/dports/gnome/gst-plugins-gl/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/gnome/gst-plugins-gl/files/patch-configure.ac.diff	2013-01-02 02:24:43 UTC (rev 100954)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-01 20:13:27.000000000 -0600
++++ configure.ac	2013-01-01 20:15:38.000000000 -0600
+@@ -27,7 +27,7 @@
+ AC_CONFIG_SRCDIR([gst-libs/gst/gl/gstgldisplay.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/30946637/attachment.html>


More information about the macports-changes mailing list