pkgsrc/devel/hdf5/patches/patch-configure
adam a5b762cd76 Changes 1.8.16:
* Improvements made to the CMake build system.
* Added Memory Allocation Functions that Use the Library's Allocator
* Added Functions to Control the Value of H5PL_no_plugin_g without
      Using an Environment Variable
* MPI_Finalize and HDF5 Library Shutdown
* New Wrappers for C Functions H5P[s/g]et_libver_bounds
* more...
2015-11-26 11:25:10 +00:00

14 lines
377 B
Text

$NetBSD: patch-configure,v 1.3 2015/11/26 11:25:10 adam Exp $
Avoid reference to WRAPPER_BINDIR in final binaries.
--- configure.orig 2015-11-10 14:01:10.000000000 +0000
+++ configure
@@ -27779,7 +27779,6 @@ else
CC_VERSION="$CC";
for x in `echo $PATH | sed -e 's/:/ /g'`; do
if test -x $x/$CC_NOFLAGS; then
- CC_VERSION="$x/$CC"
break
fi
done