mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Fix the IPv6 enable/disable option. IPv6 support was impropertly disabled before. Install pkgconfig files in a slightly less wrong place. Drop maintainership, I no longer maintain any FreeBSD clusters.
14 lines
811 B
Text
14 lines
811 B
Text
|
|
$FreeBSD$
|
|
|
|
--- ompi/tools/wrappers/Makefile.in.orig
|
|
+++ ompi/tools/wrappers/Makefile.in
|
|
@@ -1152,7 +1152,7 @@
|
|
top_srcdir = @top_srcdir@
|
|
man_pages = mpicc.1 mpic++.1 mpicxx.1 mpif77.1 mpif90.1
|
|
@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE@bin_SCRIPTS = ompi_wrapper_script
|
|
-@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfigdir = $(libdir)/pkgconfig
|
|
+@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfigdir = libdata/pkgconfig
|
|
@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@pkgconfig_DATA = ompi.pc ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc
|
|
@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@man_MANS = $(man_pages)
|
|
@OMPI_INSTALL_BINARIES_TRUE@@OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE@dist_pkgdata_DATA = \
|