pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xvidcore Further investigation revealed tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b95786e843a1
branches:  trunk
changeset: 508001:b95786e843a1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Feb 12 15:49:49 2006 +0000

description:
Further investigation revealed that yasm is needed on amd64.

diffstat:

 multimedia/xvidcore/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b98ea498ab5a -r b95786e843a1 multimedia/xvidcore/Makefile
--- a/multimedia/xvidcore/Makefile      Sun Feb 12 15:29:17 2006 +0000
+++ b/multimedia/xvidcore/Makefile      Sun Feb 12 15:49:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/12 14:36:43 ghen Exp $
+# $NetBSD: Makefile,v 1.18 2006/02/12 15:49:49 joerg Exp $
 #
 
 DISTNAME=      xvidcore-1.1.0
@@ -11,8 +11,10 @@
 HOMEPAGE=      http://www.xvid.org/
 COMMENT=       ISO MPEG-4 compliant video codec
 
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "i386"
 BUILD_DEPENDS+=        nasm>=0.98.34:../../devel/nasm
+.elif ${MACHINE_ARCH} == "x86_64"
+BUILD_DEPENDS+=        yasm>=0.4.0:../../devel/yasm
 .endif
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews



Home | Main Index | Thread Index | Old Index