diff options
author | Matt Housh <jaeger@morpheus.net> | 2015-07-10 22:20:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2015-07-10 22:20:49 -0500 |
commit | 1e71340ef8dbaefd746e7ab1516cf5c7dfc953c6 (patch) | |
tree | 27b7b9f0a6499b3ac7c3098449e144779a8e1b68 /openexr | |
parent | 4425a43908332ed05c0e5f35478f003f7fa65864 (diff) | |
download | contrib-1e71340ef8dbaefd746e7ab1516cf5c7dfc953c6.tar.gz contrib-1e71340ef8dbaefd746e7ab1516cf5c7dfc953c6.tar.xz |
openexr: tweak for building with dash
Diffstat (limited to 'openexr')
-rw-r--r-- | openexr/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |