ports/math/m4rie/files/patch-tests_Makefile.am
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

10 lines
482 B
Text

--- tests/Makefile.am.orig 2025-01-26 11:34:18 UTC
+++ tests/Makefile.am
@@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
AUTOMAKE_OPTIONS = foreign subdir-objects
-AM_CFLAGS = ${SIMD_FLAGS} ${OPENMP_CFLAGS} ${DEBUG_FLAGS} ${M4RIE_M4RI_CFLAGS} ${M4RI_CFLAGS} -I${top_srcdir}
+AM_CFLAGS = ${OPENMP_CFLAGS} ${DEBUG_FLAGS} ${M4RIE_M4RI_CFLAGS} ${M4RI_CFLAGS} -I${top_srcdir}
LDADD = ${top_builddir}/libm4rie.la -lm4ri -lm
AM_LDFLAGS = ${M4RIE_M4RI_LDFLAGS} -no-install