diff options
author | adam <adam@pkgsrc.org> | 2015-11-26 13:38:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-11-26 13:38:14 +0000 |
commit | b7e711914648108edf5c07073545aa128366bbf2 (patch) | |
tree | 0de45106afb2a8e0637dc1ef8ae2e214af2c04c3 /geography | |
parent | 98a725faff59655df4adcc5a4899b8f9e5b4e8b1 (diff) | |
download | pkgsrc-b7e711914648108edf5c07073545aa128366bbf2.tar.gz |
patch-configure not needed any more
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/patches/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/geography/gdal-lib/patches/patch-configure b/geography/gdal-lib/patches/patch-configure deleted file mode 100644 index 516a007a3b0..00000000000 --- a/geography/gdal-lib/patches/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure,v 1.3 2014/10/10 01:13:58 wen Exp $ - ---- configure.orig 2014-10-09 09:28:47.000000000 +0000 -+++ configure -@@ -22498,7 +22498,7 @@ $as_echo "found libecwj2 in $with_ecw/li - - # ECW SDK 5.0 style - elif test -r $with_ecw/lib/x64/release/libNCSEcw.so ; then -- if test `arch` == "x86_64" ; then -+ if test `arch` = "x86_64" ; then - ECW_LIBDIR=$with_ecw/lib/x64/release - else - ECW_LIBDIR=$with_ecw/lib/x86/release |