summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
diff options
context:
space:
mode:
authorryoon <ryoon>2017-05-14 00:16:36 +0000
committerryoon <ryoon>2017-05-14 00:16:36 +0000
commita43954d52f7bda1713d9a4940fb8db2d0f8fa5b2 (patch)
tree312b19f891f9d73783070fea2c5608b94a4f1cee /graphics/ilmbase
parent3a801d4fe8998370cec9e938c57866479a3fc2ac (diff)
downloadpkgsrc-a43954d52f7bda1713d9a4940fb8db2d0f8fa5b2.tar.gz
Fix configure using ksh
The error is as follows. ./configure: 17376: Syntax error: no modifiers allowed with ${#var} From the commit log of r1.127 src/bin/sh/parser.c, it seems intentional. So use ksh explicitly.
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r--graphics/ilmbase/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index 473e472edb0..ce3fcc41524 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/08/22 11:24:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/05/14 00:16:36 ryoon Exp $
DISTNAME= ilmbase-2.2.0
PKGREVISION= 1
@@ -12,10 +12,11 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= ksh gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
LIBS.SunOS= -lm
+CONFIG_SHELL= ksh
PKGCONFIG_OVERRIDE= IlmBase.pc.in
PTHREAD_OPTS= require