From 1e71340ef8dbaefd746e7ab1516cf5c7dfc953c6 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Fri, 10 Jul 2015 22:20:49 -0500 Subject: [PATCH] openexr: tweak for building with dash --- openexr/Pkgfile | 1 + 1 file changed, 1 insertion(+) diff --git a/openexr/Pkgfile b/openexr/Pkgfile index 145de6d92..1d3f07486 100644 --- a/openexr/Pkgfile +++ b/openexr/Pkgfile @@ -11,6 +11,7 @@ source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz build() { cd $name-$version + CONFIG_SHELL=/bin/bash \ ./configure --prefix=/usr \ --disable-static make