pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/cint cint: fix configure args, now it fails later...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2e63ad34c14
branches: trunk
changeset: 375912:f2e63ad34c14
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 29 18:38:06 2022 +0000
description:
cint: fix configure args, now it fails later in the build
XXX: does anyone still use this?
diffstat:
lang/cint/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 523fb4c229ef -r f2e63ad34c14 lang/cint/Makefile
--- a/lang/cint/Makefile Tue Mar 29 18:27:19 2022 +0000
+++ b/lang/cint/Makefile Tue Mar 29 18:38:06 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index