[64582] trunk/dports/gnome/gstreamer/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Mar 9 17:33:16 PST 2010


Revision: 64582
          http://trac.macports.org/changeset/64582
Author:   jeremyhu at macports.org
Date:     2010-03-09 17:33:15 -0800 (Tue, 09 Mar 2010)
Log Message:
-----------
gstreamer: Buildfix for bad inline asm.  #24002.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer/Portfile

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2010-03-09 22:54:04 UTC (rev 64581)
+++ trunk/dports/gnome/gstreamer/Portfile	2010-03-10 01:33:15 UTC (rev 64582)
@@ -45,6 +45,11 @@
 
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
 
+post-patch {
+	# http://trac.macports.org/ticket/24002
+	reinplace "s|\"mul %3|\"mulq %3|" ${worksrcpath}/gst/gstutils.c
+}
+
 pre-build	{
 	ui_msg "It is likely that this port will fail to build if the 'check'"
 	ui_msg "port is active. If this port fails to build, deactive 'check'"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100309/342c3852/attachment.html>


More information about the macports-changes mailing list