ports/math/m4rie/files/patch-m4_ax__m4ri__flags.m4
Daniel Engberg c82bae03d8 math/m4rie: Use upstream release archive
* Use upstream release archive
* Fix build after PR 284367 being committed
* Adjust Makefile to closer follow Porters Handbook

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

11 lines
348 B
Text

--- m4/ax_m4ri_flags.m4.orig 2025-01-26 11:38:37 UTC
+++ m4/ax_m4ri_flags.m4
@@ -34,7 +34,7 @@ AC_DEFUN([AX_M4RI_CFLAGS],
[[
FILE *f;
f = fopen("conftest_m4ri_cflags", "w"); if (!f) return 1;
- fprintf(f,"%s %s",__M4RI_SIMD_CFLAGS, __M4RI_OPENMP_CFLAGS);
+ fprintf(f,"%s",__M4RI_OPENMP_CFLAGS);
fclose(f);
return 0;
]])],