mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
* 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)
10 lines
482 B
Text
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
|
|
|