summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-03-29 18:38:06 +0000
committerwiz <wiz@pkgsrc.org>2022-03-29 18:38:06 +0000
commit5c3f151fd08a3367a3d7e1dbf1f254df6e0f2f5c (patch)
tree348960e6140b796ec701d6e54d13098898923193 /lang
parent96c2baaeb735304ad523277ee60f1f8c030c9ed4 (diff)
downloadpkgsrc-5c3f151fd08a3367a3d7e1dbf1f254df6e0f2f5c.tar.gz
cint: fix configure args, now it fails later in the build
XXX: does anyone still use this?
Diffstat (limited to 'lang')
-rw-r--r--lang/cint/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 149ea51a686..a76bc28ac78 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2018/08/19 20:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/03/29 18:38:06 wiz Exp $
DISTNAME= cint-5.16.19-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -18,9 +18,7 @@ CONFIG_SHELL= ${BASH}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --arch=netbsd
-CONFIGURE_ARGS+= --readline=${PREFIX}/lib/libreadline.so
-
-USE_LANGUAGES= c c++
+CONFIGURE_ARGS+= --readline=${BUILDLINK_LIBNAME.editline}${BUILDLINK_LIBNAME.readline}
HAS_CONFIGURE= yes
CFLAGS+= -Wno-write-strings