ports/net/openmpi/files/patch-ompi_tools_wrappers_Makefile.in
Brooks Davis f1639637de Remove SGE support as the SGE ports will be removed shortly.
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.
2013-06-05 20:40:58 +00:00

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 = \