multimedia/xvidcore: Fix detecting yasm-1.0.x.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-06-20 09:32:26 -04:00 committed by Erik Hanson
parent 62d3547fb2
commit 57d3aa6379
2 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=xvidcore
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -71,6 +71,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Fix detecting yasm - taken from the gentoo ebuild for xvid
sed -i -e '/^minimum_yasm_minor_version/s:=.*:=0:' build/generic/configure
cd build/generic
CFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
APPROVED="Erik Hanson"
APPROVED="dsomero"