summaryrefslogtreecommitdiff
path: root/devel/hdf5/patches/patch-bin_cmakehdf5
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hdf5/patches/patch-bin_cmakehdf5')
-rw-r--r--devel/hdf5/patches/patch-bin_cmakehdf515
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/hdf5/patches/patch-bin_cmakehdf5 b/devel/hdf5/patches/patch-bin_cmakehdf5
deleted file mode 100644
index ac82e93b26c..00000000000
--- a/devel/hdf5/patches/patch-bin_cmakehdf5
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bin_cmakehdf5,v 1.1 2015/11/26 11:25:10 adam Exp $
-
-Portability fix.
-
---- bin/cmakehdf5.orig 2015-11-26 11:09:09.000000000 +0000
-+++ bin/cmakehdf5
-@@ -30,7 +30,7 @@ exit_code=0
- # and should have invoked as "$srcdir/bin/$progname" or
- # "bin/$progname". So, by striping bin/$program from $0,
- # we can find $srcdir.
--if [ $0 == bin/$progname ]; then
-+if [ $0 = bin/$progname ]; then
- srcdir="." # current directory
- else
- # $0 is $srdir/bin/$progname