summaryrefslogtreecommitdiff
path: root/graphics/openexr/patches/patch-ab
blob: 719ef01acd9b82905f631988f2dbe62fdf97d0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.4 2013/12/09 11:39:20 adam Exp $

Shell portability fix: see https://savannah.nongnu.org/bugs/index.php?22222

--- bootstrap.orig	2013-11-25 19:53:00.000000000 +0000
+++ bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 # 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