ports/math/m4ri/files/patch-configure.ac
Daniel Engberg f11a2a6eb6 math/m4ri: Improve port
* Don't detect CPU features from build host, rely on CPUTYPE provided by
  framework
* Adjust Makefile to closer follow Porters Handbook

PR:		284367
Approved by:	portmgr (maintainer timeout, 2 weeks)
2025-02-08 14:51:16 +01:00

11 lines
354 B
Text

--- configure.ac.orig 2025-01-26 11:45:07 UTC
+++ configure.ac
@@ -39,7 +39,7 @@ AS_IF([test "x$enable_sse2" != "xno"], [
if test "$m4ri_wrapword" = "yes"; then
AC_MSG_ERROR([SSE2 cannot be supported when wrapping word in a C++ class.])
fi
- AX_EXT()
+# AX_EXT()
])
if test x"$ax_cv_have_sse2_ext" = x"yes"; then
M4RI_HAVE_SSE2=1