summaryrefslogtreecommitdiff
path: root/devel/hdf5/patches/patch-configure
blob: 6cf9cbb303d2c04c3c7fd003a6c2ee8d08e5e216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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