aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2018-04-02 22:15:25 +0800
committergerald <gerald@FreeBSD.org>2018-04-02 22:15:25 +0800
commit857976f9996ff40d3d1730fb0daefae9c0c89f9a (patch)
treeadebe31be6a5bc742d5676119c2b0bc7ef88896b
parent76eecb7cbf9fa8e913ef5d2aa764be04f4ce1f65 (diff)
downloadfreebsd-ports-gnome-857976f9996ff40d3d1730fb0daefae9c0c89f9a.tar.gz
freebsd-ports-gnome-857976f9996ff40d3d1730fb0daefae9c0c89f9a.tar.zst
freebsd-ports-gnome-857976f9996ff40d3d1730fb0daefae9c0c89f9a.zip
Remove workaround (really: requiring GCC) for a clang 6.0.0 crash on
FreeBSD revision 1200056. PR: 224863
-rw-r--r--emulators/wine-devel/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 390ec07abda7..6a5782e92047 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -110,11 +110,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)