From a5ed3139518a1426762f1a3dc67335b76dcc717f Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 11 Oct 2006 18:47:28 +0000 Subject: Fixed "test ==". --- graphics/openexr/distinfo | 3 ++- graphics/openexr/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 graphics/openexr/patches/patch-ab (limited to 'graphics/openexr') diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index ad888811844..ade417fdbc8 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2006/06/14 19:20:05 adam Exp $ +$NetBSD: distinfo,v 1.5 2006/10/11 18:47:28 rillig Exp $ SHA1 (OpenEXR-1.2.2.tar.gz) = 8ee37cd2a95b8561a4c850cc35781dec87b77bbf RMD160 (OpenEXR-1.2.2.tar.gz) = 54ceab6aa7a848f28a4cbd6cd63ab4023e3e372c Size (OpenEXR-1.2.2.tar.gz) = 9324108 bytes SHA1 (patch-aa) = 44649695ef175c0e2bf4caea8fcff6811286d559 +SHA1 (patch-ab) = af6a9601b68e8cab51de75f6d1a05476fdfa3b87 diff --git a/graphics/openexr/patches/patch-ab b/graphics/openexr/patches/patch-ab new file mode 100644 index 00000000000..695ac2bd806 --- /dev/null +++ b/graphics/openexr/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/10/11 18:47:28 rillig Exp $ + +--- bootstrap.orig 2006-10-11 20:46:46.000000000 +0200 ++++ bootstrap 2006-10-11 20:46:27.000000000 +0200 +@@ -1,7 +1,7 @@ + #! /bin/sh + # If we're on OS X, use glibtoolize instead of toolize + HOSTTYPE=`uname` +-if [ "$HOSTTYPE" == "Darwin" ]; then ++if [ "$HOSTTYPE" = "Darwin" ]; then + LIBTOOLIZE=glibtoolize + else + LIBTOOLIZE=libtoolize -- cgit v1.2.3