From 876c551e6939740bf935ec34eea4ba7bf5f98135 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 29 Nov 2017 16:25:15 +0300 Subject: [PATCH] mplayer: fix build on gcc2h --- media-video/mplayer/mplayer-1.3.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mplayer/mplayer-1.3.0.recipe b/media-video/mplayer/mplayer-1.3.0.recipe index f88881e0b..91c61aa4f 100644 --- a/media-video/mplayer/mplayer-1.3.0.recipe +++ b/media-video/mplayer/mplayer-1.3.0.recipe @@ -22,7 +22,7 @@ DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well." HOMEPAGE="http://www.mplayerhq.hu/" COPYRIGHT="2001-2016 The MPlayer Team" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-$portVersion.tar.xz" CHECKSUM_SHA256="3ad0846c92d89ab2e4e6fb83bf991ea677e7aa2ea775845814cbceb608b09843" SOURCE_DIR="MPlayer-$portVersion" @@ -183,7 +183,7 @@ BUILD() INSTALL() { make install - strip $binDir/* + strip $prefix/* local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`"