mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -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
404 B
Text
10 lines
404 B
Text
--- Makefile.am.orig 2025-01-26 11:33:54 UTC
|
|
+++ Makefile.am
|
|
@@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign subdir-objects
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
-AM_CFLAGS=${SIMD_FLAGS} ${OPENMP_CFLAGS} ${DEBUG_FLAGS} ${M4RIE_M4RI_CFLAGS} ${M4RI_CFLAGS}
|
|
+AM_CFLAGS= ${OPENMP_CFLAGS} ${DEBUG_FLAGS} ${M4RIE_M4RI_CFLAGS} ${M4RI_CFLAGS}
|
|
EXTRA_DIST = m4rie/Doxyfile
|
|
|
|
lib_LTLIBRARIES = libm4rie.la
|