summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/patches
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-22 20:27:22 +0000
committerrillig <rillig>2006-10-22 20:27:22 +0000
commitb2f8ad71d3a316ac5916453cbc97041787a16e9f (patch)
treeac38c66f6500a4966c88cd48fbb8f9fb51ebee67 /geography/gdal-lib/patches
parentcc5dc3048045ac0eb5767457ffb2bf92c55099fb (diff)
downloadpkgsrc-b2f8ad71d3a316ac5916453cbc97041787a16e9f.tar.gz
Fixed "test ==".
Diffstat (limited to 'geography/gdal-lib/patches')
-rw-r--r--geography/gdal-lib/patches/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/geography/gdal-lib/patches/patch-ad b/geography/gdal-lib/patches/patch-ad
new file mode 100644
index 00000000000..290055ac513
--- /dev/null
+++ b/geography/gdal-lib/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2006/10/22 20:37:01 rillig Exp $
+
+--- mkbindist.sh.orig 2003-07-02 08:38:27.000000000 +0200
++++ mkbindist.sh 2006-10-22 22:36:02.000000000 +0200
+@@ -7,7 +7,7 @@ if [ $# -lt 2 ] ; then
+ exit
+ fi
+
+-if [ $1 == "-dev" ] ; then
++if [ "x$1" == "x-dev" ] ; then
+ STRIP_DEV=0
+ shift
+ else
+@@ -59,7 +59,7 @@ cc -o $DIST_DIR/bin/burnpath dist_docs/b
+ #
+ # Clean anything we don't want for non-developer releases.
+ #
+-if [ "$STRIP_DEV" == "1" ] ; then
++if [ "$STRIP_DEV" = "1" ] ; then
+ rm -f $DIST_DIR/html/class_*
+ rm -f $DIST_DIR/html/struct_*
+ rm -f $DIST_DIR/html/*-source.html