[117595] trunk/dports/multimedia/mplayer-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Mar 4 10:45:38 PST 2014
Revision: 117595
https://trac.macports.org/changeset/117595
Author: jeremyhu at macports.org
Date: 2014-03-04 10:45:38 -0800 (Tue, 04 Mar 2014)
Log Message:
-----------
mplayer-devel: Build fix for new libvorbis
Modified Paths:
--------------
trunk/dports/multimedia/mplayer-devel/Portfile
Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile 2014-03-04 18:42:58 UTC (rev 117594)
+++ trunk/dports/multimedia/mplayer-devel/Portfile 2014-03-04 18:45:38 UTC (rev 117595)
@@ -95,6 +95,9 @@
reinplace "s|-maltivec|-faltivec -maltivec|g" \
${worksrcpath}/configure \
${worksrcpath}/ffmpeg/configure
+
+ # Newer libvorbis doesn't implicitly provide vorbis as a vorbisenc dependency
+ reinplace "s|libs vorbisenc|libs vorbisenc vorbis|" ${worksrcpath}/configure
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140304/1ea10fad/attachment.html>
More information about the macports-changes
mailing list