aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-12 21:06:09 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-12 21:06:09 +0000
commit0cb89366dc22339e8cf0f6d940c6b84f3527cdd7 (patch)
tree46bf7e1c3f5d27579ee5b27174b4635b2637b9d4 /emulators/qemu-devel/Makefile
parent34489b9d2ff225af376aac9890eafd48f7ee5d68 (diff)
downloadports-0cb89366dc22339e8cf0f6d940c6b84f3527cdd7.tar.gz
ports-0cb89366dc22339e8cf0f6d940c6b84f3527cdd7.zip
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 98b7beb1a380..b29703b530b6 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -129,7 +129,9 @@ MAKE_ARGS+= ARCH=x86_64
.endif
.if ${ARCH} == "powerpc"
+CFLAGS+= -D_CALL_SYSV
MAKE_ARGS+= ARCH=ppc
+USE_GCC= yes
.endif
.if ${ARCH} == "powerpc64"