aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-01-26 10:43:50 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-01-26 10:43:50 +0000
commitb5f38c7ca543f8cac547764ae003c422ffb1a887 (patch)
treedb5be826b541f138766b7ca77b7942dbfd94be33 /emulators/wine
parenta7162ac472a56ca1831c26b096ba6bdbaba9333e (diff)
downloadports-b5f38c7ca543f8cac547764ae003c422ffb1a887.tar.gz
ports-b5f38c7ca543f8cac547764ae003c422ffb1a887.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 9d0003645417..fa97852f19fc 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -108,7 +108,7 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
.include <bsd.port.pre.mk>
# PR224863: clang 6.0.0 crashes
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == amd64
USE_GCC= yes
.endif