ports/math/m4ri/files/patch-m4ri.pc.in
Daniel Engberg f11a2a6eb6 math/m4ri: Improve port
* 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)
2025-02-08 14:51:16 +01:00

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@