diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-12 20:46:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-12 20:46:33 +0800 |
commit | 7614f933bf12243c26e5a4f55f5b47778a6da32d (patch) | |
tree | aeb2db6e1c8e9c67831593b9c98fdf81a739235b | |
parent | 9b3f38932894b6022df920c4e1d9a045855fb4d6 (diff) | |
download | freebsd-ports-graphics-7614f933bf12243c26e5a4f55f5b47778a6da32d.tar.gz freebsd-ports-graphics-7614f933bf12243c26e5a4f55f5b47778a6da32d.tar.zst freebsd-ports-graphics-7614f933bf12243c26e5a4f55f5b47778a6da32d.zip |
- Verbosify build
Approved by: portmgr blanket
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 9c4b320d4a2..af360f7cea3 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -26,7 +26,7 @@ HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${MAKE}" +MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream. |