diff options
author | jperkin <jperkin> | 2013-09-18 18:41:29 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-09-18 18:41:29 +0000 |
commit | 58bcd755ac1621e7785d82e243c4516d42654bf3 (patch) | |
tree | 9f7b247400a410aab49d8495e36568ed228bef23 | |
parent | 41f0f6b0ad3e1f2275b886a8adb0971f01e6b5d4 (diff) | |
download | pkgsrc-58bcd755ac1621e7785d82e243c4516d42654bf3.tar.gz |
Disable unit tests on SunOS, the build currently fails.
-rw-r--r-- | multimedia/libvpx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index c0fd633e00a..7866bd14ae5 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/09/15 17:28:45 dbj Exp $ +# $NetBSD: Makefile,v 1.25 2013/09/18 18:41:29 jperkin Exp $ DISTNAME= libvpx-v1.2.0 PKGNAME= ${DISTNAME:S/-v/-/} @@ -63,6 +63,8 @@ CONFIGURE_ARGS+= --target=x86_64-darwin9-gcc CONFIGURE_ARGS+= --target=x86_64-darwin8-gcc . endif . endif +.elif ${OPSYS} == "SunOS" +CONFIGURE_ARGS+= --disable-unit-tests .endif .include "../../mk/compiler.mk" |