[92038] trunk/dports/gnome/gst-ffmpeg/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 16 09:38:10 PDT 2012


Revision: 92038
          https://trac.macports.org/changeset/92038
Author:   jeremyhu at macports.org
Date:     2012-04-16 09:38:10 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
gst-ffmpeg: Sanitize CPPFLAGS to avoid bringing in the installed ffmpeg headers.

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

Modified: trunk/dports/gnome/gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/Portfile	2012-04-16 16:37:21 UTC (rev 92037)
+++ trunk/dports/gnome/gst-ffmpeg/Portfile	2012-04-16 16:38:10 UTC (rev 92038)
@@ -36,6 +36,9 @@
 
 configure.args      --mandir=${prefix}/share/man
 
+# This will cause the installed ffmpeg headers to be used, remove it.
+configure.cppflags-delete -I${prefix}/include
+
 if {[variant_isset universal]} { 
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
     set merger_host(i386) i686-apple-${os.platform}${os.major}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/7979e19e/attachment.html>


More information about the macports-changes mailing list