Revision: 117595 https://trac.macports.org/changeset/117595 Author: jeremyhu@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 {
participants (1)
-
jeremyhu@macports.org