* 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)
9 lines
377 B
PkgConfig
9 lines
377 B
PkgConfig
--- m4ri.pc.in.orig 2025-01-26 11:44:34 UTC
|
|
+++ m4ri.pc.in
|
|
@@ -8,4 +8,4 @@ Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_L
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: @M4RI_USE_PNG_PC@
|
|
Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_LIBADD@
|
|
-Cflags: -I${includedir} @SIMD_CFLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
|
|
+Cflags: -I${includedir} @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
|