$NetBSD: patch-bootstrap,v 1.1 2018/10/02 12:05:35 adam Exp $

Portability fix.

--- bootstrap.orig	2018-08-10 01:34:57.000000000 +0000
+++ bootstrap
@@ -1,7 +1,7 @@
 #!/bin/bash
 # If we're on OS X, use glibtoolize instead of toolize when available
 HOSTTYPE=`uname`
-if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
+if [ "$HOSTTYPE" = "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
         LIBTOOLIZE=glibtoolize
 else
         LIBTOOLIZE=libtoolize
