summaryrefslogtreecommitdiff
path: root/multimedia/libvpx
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-11-08 15:08:00 +0000
committersevan <sevan@pkgsrc.org>2015-11-08 15:08:00 +0000
commit21f5a071d160d90079d0662342f65bb9c0173169 (patch)
tree4ea9345711626c343d644060b1ebce59f38330ef /multimedia/libvpx
parentbf8aee5e9610ca7321c778f92de4f92626fe6391 (diff)
downloadpkgsrc-21f5a071d160d90079d0662342f65bb9c0173169.tar.gz
Remove references to amd64, MACHINE_ARCH x86_64 cover all variants of
this architecture in pkgsrc now. Reviewed by wiz@
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r--multimedia/libvpx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index f8f9585cab8..7d8529358b4 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2015/07/11 23:40:49 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2015/11/08 15:08:00 sevan Exp $
DISTNAME= libvpx-1.4.0
CATEGORIES= multimedia
@@ -25,8 +25,7 @@ CONFIGURE_ARGS+= --disable-unit-tests
.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "amd64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
. if ${PKGSRC_COMPILER} == "gcc" && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS")
# PR pkg/48508: GCC 4.4 or later is required to compile ssse3 code on NetBSD & Solaris.
GCC_REQD+= 4.4