aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-04-02 18:52:33 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-04-02 18:52:33 +0000
commit18f4647bd059f2249d5be0cd83fd3b89078d26e0 (patch)
tree834887d5f6577a5b05ce6dc5c3b5386f9bd5ebb5 /emulators/wine
parentc5b0e65e4e5044672e470be5930bb95e4a94ca6f (diff)
downloadports-18f4647bd059f2249d5be0cd83fd3b89078d26e0.tar.gz
ports-18f4647bd059f2249d5be0cd83fd3b89078d26e0.zip
Remove the workaround for a clang 6.0.0 crash on FreeBSD version 1200056
(where we'd use GCC), now that version 1200057 which fixes that issue is eight weeks old. PR: 224863
Notes
Notes: svn path=/head/; revision=466248
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index ba489d1c9442..a5266a53fa88 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -108,11 +108,6 @@ 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)