pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(devel/magit) Avoid conflict variable BATCH with pbulk, tks Atsushi Toyokura
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Thu Jan 9 22:39:18 2025 +0900
Changeset: 6905b74544d861303789649397fe1e3b1908876a
Modified Files:
magit-git/Makefile
Log Message:
(devel/magit) Avoid conflict variable BATCH with pbulk, tks Atsushi Toyokura
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6905b74544d861303789649397fe1e3b1908876a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
magit-git/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diffs:
diff --git a/magit-git/Makefile b/magit-git/Makefile
index a14fb29e0d..62a1002a46 100644
--- a/magit-git/Makefile
+++ b/magit-git/Makefile
@@ -25,6 +25,12 @@ SUBST_FILES.lisp= default.mk
SUBST_STAGE.lisp= pre-build
SUBST_SED.lisp= -e s.@@PREFIX@@.${PREFIX}.
+SUBST_CLASSES+= batch
+SUBST_FILES.batch= default.mk lisp/Makefile test/Makefile
+SUBST_STAGE.batch= pre-build
+SUBST_MESSAGE.batch= Avoid conflict variable BATCH with pbulk
+SUBST_SED.batch= -e s.BATCH.BATCH2.
+
NO_CONFIGURE= yes
USE_LANGUAGES= #
USE_TOOLS+= gmake makeinfo
Home |
Main Index |
Thread Index |
Old Index