[115358] trunk/dports/gnome/gstreamer010-gst-plugins-bad

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 13:55:17 PST 2013


Revision: 115358
          https://trac.macports.org/changeset/115358
Author:   jeremyhu at macports.org
Date:     2013-12-31 13:55:17 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
gstreamer010-gst-plugins-bad: +universal build fix

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/objcflags.patch

Removed Paths:
-------------
    trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2013-12-31 21:51:45 UTC (rev 115357)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2013-12-31 21:55:17 UTC (rev 115358)
@@ -106,7 +106,7 @@
 autoreconf.args         -fvi
 
 patchfiles  modplug.patch \
-            patch-sys-applemedia-Makefile.in.diff
+            objcflags.patch
 
 post-patch {
     reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \

Added: trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/objcflags.patch
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/objcflags.patch	                        (rev 0)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/objcflags.patch	2013-12-31 21:55:17 UTC (rev 115358)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-12-31 13:39:03.000000000 -0800
++++ configure.ac	2013-12-31 13:40:03.000000000 -0800
+@@ -119,7 +119,7 @@ AC_PROG_CXX
+ dnl determine if c++ is available on this system
+ AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
+ 
+-AS_PROG_OBJC
++AC_PROG_OBJC
+ 
+ dnl check if the compiler supports '-c' and '-o' options
+ AM_PROG_CC_C_O

Deleted: trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff	2013-12-31 21:51:45 UTC (rev 115357)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff	2013-12-31 21:55:17 UTC (rev 115358)
@@ -1,10 +0,0 @@
---- sys/applemedia/Makefile.in.orig	2012-11-01 21:03:54.000000000 -0500
-+++ sys/applemedia/Makefile.in	2012-11-01 21:06:40.000000000 -0500
-@@ -246,6 +246,7 @@
- CELT_CFLAGS = @CELT_CFLAGS@
- CELT_LIBS = @CELT_LIBS@
- CFLAGS = @CFLAGS@
-+OBJCFLAGS = @CFLAGS@
- COG_CFLAGS = @COG_CFLAGS@
- COG_LIBS = @COG_LIBS@
- CPP = @CPP@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/4e405d36/attachment.html>


More information about the macports-changes mailing list