summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-11-07 14:26:38 +0000
committerryoon <ryoon@pkgsrc.org>2013-11-07 14:26:38 +0000
commit32c257fc05dd77f6cacc88106e33ed46e50183d7 (patch)
treeb8dd2f85bd5fe900481bbc2f3c4464e5b54dfe48 /multimedia
parent64bee082933b0c6930967c0b719e6e212c0876c9 (diff)
downloadpkgsrc-32c257fc05dd77f6cacc88106e33ed46e50183d7.tar.gz
Fix typo in NetBSD/mipsel case
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 88a184f0fe7..5017a246f9b 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/10/23 18:24:02 adam Exp $
+# $NetBSD: Makefile,v 1.29 2013/11/07 14:26:38 ryoon Exp $
DISTNAME= libvpx-v1.2.0
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --target=x86_64-darwin9-gcc
CXXFLAGS+= -std=c++11
.endif
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH}
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "mipsel"
CONFIGURE_ARGS+= --target=mips32-linux-gcc
.endif