diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-28 14:47:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-28 14:47:36 +0000 |
commit | 7fb335611deda8924a44a26d4a9545cae831d1c5 (patch) | |
tree | dd4fc39b21d067f70db729edcf59633152aa5376 /emulators | |
parent | 5335e3adb05bc0d471bd7897340b39e719bd2822 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 47f838b7e56e..66a37e10ad69 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -110,6 +110,11 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ .include <bsd.port.pre.mk> +# PR224863: clang 6.0.0 crashes +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == amd64 +USE_GCC= yes +.endif + .if ${ARCH} == amd64 # Wine is composed of three parts: # - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386) |