ports/net/mpich/files/patch-src-packaging-pkgconfig-mpich.pc.in
Thierry Thomas 1bcedd2d66 Mk/Uses/mpi.mk: revert c9a111c1f2 by marking MPICH libraries as private
Mark the libraries brought by MPICH dependencies as private, in order to
avoid to register them.

Patch provided by tijl@.
2022-12-28 17:51:02 +01:00

12 lines
605 B
PkgConfig

--- src/packaging/pkgconfig/mpich.pc.in.orig 2021-12-16 16:59:29 UTC
+++ src/packaging/pkgconfig/mpich.pc.in
@@ -9,7 +9,8 @@ Requires:
Version: @MPICH_VERSION@
URL: http://www.mcs.anl.gov/research/projects/mpich
Requires:
-Libs: @WRAPPER_C_DYNAMIC_LOADING_FLAGS@ @WRAPPER_LDFLAGS@ -L${libdir} -l@MPILIBNAME@ @LPMPILIBNAME@ @WRAPPER_LIBS@
+Libs: @WRAPPER_C_DYNAMIC_LOADING_FLAGS@ @WRAPPER_LDFLAGS@ -L${libdir} -l@MPILIBNAME@ @LPMPILIBNAME@
+Libs.private: @WRAPPER_LIBS@
Cflags: @WRAPPER_CPPFLAGS@ @WRAPPER_CFLAGS@ -I${includedir}
# pkg-config does not understand Cxxflags, etc. So we allow users to