aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-user-static-devel
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-15 22:04:04 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-15 22:04:04 +0000
commit1a8c09d0889b92bd6697ef800621acad26f73abe (patch)
tree0f27f65c4c264d0adfcd92cfca6808ddd6e07cce /emulators/qemu-user-static-devel
parent76e103adabc3a49f756fbcf45a6c4af8de66e3d6 (diff)
downloadports-1a8c09d0889b92bd6697ef800621acad26f73abe.tar.gz
ports-1a8c09d0889b92bd6697ef800621acad26f73abe.zip
emulators/qemu-user-static-devel: add 64-bit targets for powerpc64
Similar to previous commit for qemu-sbruno.
Notes
Notes: svn path=/head/; revision=523180
Diffstat (limited to 'emulators/qemu-user-static-devel')
-rw-r--r--emulators/qemu-user-static-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-user-static-devel/Makefile b/emulators/qemu-user-static-devel/Makefile
index 00fc2eb9f381..ec0598320c5e 100644
--- a/emulators/qemu-user-static-devel/Makefile
+++ b/emulators/qemu-user-static-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qemu
PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
PKGNAMESUFFIX= -user-static-devel
DIST_SUBDIR= qemu/${PORTVERSION}
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --extra-cflags=-I${LOCALBASE}/include
CONFIGURE_ARGS+= --disable-libssh2
QEMU_TARGETS= i386-bsd-user sparc-bsd-user arm-bsd-user mips-bsd-user mipsel-bsd-user ppc-bsd-user
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "powerpc64"
QEMU_TARGETS+= x86_64-bsd-user riscv64-bsd-user sparc64-bsd-user mips64-bsd-user mips64el-bsd-user ppc64-bsd-user aarch64-bsd-user
PLIST_SUB+= 64BIT=""
.else