pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Jan 13 04:18:23 UTC 2024
Modified Files:
pkgsrc/devel/ncurses: Makefile.common
Log Message:
devel/ncurses: Handle LOCALBASE/TOOLBASE split.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/ncurses/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/Makefile.common
diff -u pkgsrc/devel/ncurses/Makefile.common:1.52 pkgsrc/devel/ncurses/Makefile.common:1.53
--- pkgsrc/devel/ncurses/Makefile.common:1.52 Sat Dec 30 20:17:19 2023
+++ pkgsrc/devel/ncurses/Makefile.common Sat Jan 13 04:18:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2023/12/30 20:17:19 zafer Exp $
+# $NetBSD: Makefile.common,v 1.53 2024/01/13 04:18:23 riastradh Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -51,7 +51,8 @@ CONFIGURE_ARGS.Darwin+= --disable-mixed-
.if ${USE_CROSS_COMPILE:U:tl} == yes
TOOL_DEPENDS+= ncurses-${NC_VERS}:../../devel/ncurses
CONFIGURE_ENV+= BUILD_CC=${NATIVE_CC:Q}
-CONFIGURE_ENV+= ac_cv_path_TIC_PATH=${PREFIX}/bin/tic
+CONFIGURE_ENV+= ac_cv_path_TIC_PATH=${TOOLBASE:Q}/bin/tic
+ALL_ENV+= TIC_PATH=${TOOLBASE:Q}/bin/tic
.endif
# If there's no native tbl(1) then the tools infrastructure would pull in
Home |
Main Index |
Thread Index |
Old Index