FreeBSD Bugzilla – Attachment 239249 Details for
Bug 265684
net/mpich: Fails to build when devel/uthash is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix mpich to avoid build breakage when the devel/uthash port is installed (v2)
pr-mpich-fix-localbase-pollution.diff (text/plain), 785 bytes, created by
John Hein
on 2023-01-04 08:39:17 UTC
(
hide
)
Description:
[patch] fix mpich to avoid build breakage when the devel/uthash port is installed (v2)
Filename:
MIME Type:
Creator:
John Hein
Created:
2023-01-04 08:39:17 UTC
Size:
785 bytes
patch
obsolete
>diff --git a/net/mpich/Makefile b/net/mpich/Makefile >index d3298e7410ad..84ef5cbba0e6 100644 >--- a/net/mpich/Makefile >+++ b/net/mpich/Makefile >@@ -60,6 +60,7 @@ > > CONFIGURE_ARGS= --enable-fast="" --with-hwloc-prefix=${LOCALBASE} \ > --with-libfabric=${LOCALBASE} \ >+ --with-libfabric-include=${WRKDIR}/include \ > pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ > MPICHLIB_CFLAGS="${CFLAGS}" \ > CFLAGS="-I${LOCALBASE}/include/json-c" \ >@@ -103,5 +104,9 @@ > > post-patch: > ${RM} -r ${WRKSRC}/www >+# To avoid pollution from ${LOCALBASE}/include, set up the build to look in >+# ${WRKDIR} for libfabric include/rdma/ header files (see --with-libfabric >+# configure args). >+ ${MKDIR} ${WRKDIR}/include && ${LN} -s ${LOCALBASE}/include/rdma ${WRKDIR}/include/ > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265684
:
239236
| 239249