pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/cint
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 29 18:38:06 UTC 2022
Modified Files:
pkgsrc/lang/cint: Makefile
Log Message:
cint: fix configure args, now it fails later in the build
XXX: does anyone still use this?
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/cint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/cint/Makefile
diff -u pkgsrc/lang/cint/Makefile:1.34 pkgsrc/lang/cint/Makefile:1.35
--- pkgsrc/lang/cint/Makefile:1.34 Sun Aug 19 20:16:40 2018
+++ pkgsrc/lang/cint/Makefile Tue Mar 29 18:38:06 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index