Date: Mon, 2 Apr 2018 14:15:25 +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: r466230 - head/emulators/wine-devel Message-ID: <201804021415.w32EFPih087694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Apr 2 14:15:25 2018 New Revision: 466230 URL: https://svnweb.freebsd.org/changeset/ports/466230 Log: Remove workaround (really: requiring GCC) for a clang 6.0.0 crash on FreeBSD revision 1200056. PR: 224863 Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Mon Apr 2 14:11:49 2018 (r466229) +++ head/emulators/wine-devel/Makefile Mon Apr 2 14:15:25 2018 (r466230) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804021415.w32EFPih087694>