pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libvpx Fix typo in NetBSD/mipsel case
details: https://anonhg.NetBSD.org/pkgsrc/rev/c563c02e37c4
branches: trunk
changeset: 626327:c563c02e37c4
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Nov 07 14:26:38 2013 +0000
description:
Fix typo in NetBSD/mipsel case
diffstat:
multimedia/libvpx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1bb2549f9273 -r c563c02e37c4 multimedia/libvpx/Makefile
--- a/multimedia/libvpx/Makefile Thu Nov 07 14:02:05 2013 +0000
+++ b/multimedia/libvpx/Makefile Thu Nov 07 14:26:38 2013 +0000
@@ -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 @@
CXXFLAGS+= -std=c++11
.endif
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH}
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "mipsel"
CONFIGURE_ARGS+= --target=mips32-linux-gcc
.endif
Home |
Main Index |
Thread Index |
Old Index