Date: Mon, 2 Apr 2018 18:52:34 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466248 - head/emulators/wine Message-ID: <201804021852.w32IqYVL030685@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Apr 2 18:52:33 2018 New Revision: 466248 URL: https://svnweb.freebsd.org/changeset/ports/466248 Log: 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 Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Mon Apr 2 18:42:34 2018 (r466247) +++ head/emulators/wine/Makefile Mon Apr 2 18:52:33 2018 (r466248) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804021852.w32IqYVL030685>