diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-03-02 22:34:53 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-03-02 22:34:53 +0000 |
commit | 16a06ea40221c2bb23799b052867383d27bdff4e (patch) | |
tree | 74598255802a1be780cec8e6fed3805dd3777ae6 /emulators/qemu-sbruno | |
parent | 327f701df5048adf449318a745a10fc6ce80ca9a (diff) | |
download | ports-16a06ea40221c2bb23799b052867383d27bdff4e.tar.gz ports-16a06ea40221c2bb23799b052867383d27bdff4e.zip |
Notes
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 632bca6a9869..7b32e4e43fab 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -131,6 +131,7 @@ PLIST_SUB+= STATIC="" WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member +CFLAGS+= -D_WANT_SEMUN CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enable-docs \ --disable-linux-user --disable-linux-aio \ --disable-kvm --disable-xen \ |