pkgsrc/devel/hdf5/patches/patch-configure

15 lines
377 B
Text
Raw Normal View History

$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