pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/icu
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Jan 28 16:02:42 UTC 2025
Modified Files:
pkgsrc/textproc/icu: Makefile
Log Message:
textproc/icu: Fix ordering of assignment/prerequisites.
Otherwise the macro isn't defined before it has to be expanded in the
prerequisite line.
Only affects cross-builds. (I must have done some post-test
`tidying' which broke what I actually committed!)
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/textproc/icu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.160 pkgsrc/textproc/icu/Makefile:1.161
--- pkgsrc/textproc/icu/Makefile:1.160 Mon Jan 13 06:37:56 2025
+++ pkgsrc/textproc/icu/Makefile Tue Jan 28 16:02:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2025/01/13 06:37:56 riastradh Exp $
+# $NetBSD: Makefile,v 1.161 2025/01/28 16:02:42 riastradh Exp $
DISTNAME= icu4c-76_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -34,11 +34,12 @@ CONFIGURE_ENV+= ac_cv_prog_PYTHON=""
TOOL_DEPENDS+= ${PKGNAME}:../../${PKGPATH}
+ICU_CROSS_DIR= ${WRKDIR}/.icu_cross
+ICU_CROSS_COOKIE= ${ICU_CROSS_DIR}/.cookie
+
CONFIGURE_ARGS+= --with-cross-build=${ICU_CROSS_DIR}
pre-configure: ${ICU_CROSS_COOKIE}
-ICU_CROSS_DIR= ${WRKDIR}/.icu_cross
-ICU_CROSS_COOKIE= ${ICU_CROSS_DIR}/.cookie
ICU_CROSS_TOOLS= \
${HOST_PKG_INFO} -qL ${PKGNAME} \
| ${GREP} -e '^'${TOOLBASE}/bin -e '^'${TOOLBASE}/sbin
Home |
Main Index |
Thread Index |
Old Index