aboutsummaryrefslogtreecommitdiff
path: root/math/libsemigroups
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-04-07 08:57:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-04-07 08:57:27 +0000
commitc7b78d48b29c755f33341c344ceac98ab47c5771 (patch)
tree67b7abcbcab42a387dea9f9e7ca39e6cab142d9b /math/libsemigroups
parent5e072cd9a3ff84d7d7e4175adfda2a7f82157bfc (diff)
downloadports-c7b78d48b29c755f33341c344ceac98ab47c5771.tar.gz
ports-c7b78d48b29c755f33341c344ceac98ab47c5771.zip
Disable HPCombi on i386:
Intrinsic _mm_extract_epi64 not supported by compiler. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=530953
Diffstat (limited to 'math/libsemigroups')
-rw-r--r--math/libsemigroups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile
index 8811ee297dbc..980e869c52b5 100644
--- a/math/libsemigroups/Makefile
+++ b/math/libsemigroups/Makefile
@@ -25,12 +25,12 @@ TEST_TARGET= check
.include <bsd.port.pre.mk>
-.if ${ARCH} != amd64 && ${ARCH} != i386
+.if ${ARCH} != amd64
CONFIGURE_ARGS+= --disable-hpcombi
.endif
pre-configure:
-.if ${ARCH} == amd64 || ${ARCH} == i386
+.if ${ARCH} == amd64
${REINPLACE_CMD} -e 's|$$srcdir/extern/HPCombi|${LOCALBASE}/share/HPCombi|' \
${WRKSRC}/m4/ax_check_hpcombi.m4
${REINPLACE_CMD} -e 's|extern/HPCombi/include|${LOCALBASE}/include/HPCombi|' \