pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bash path replacement



Module Name:	pkgsrc-wip
Committed By:	Andrius Varanavicius <vezhlys%netscape.net@localhost>
Pushed By:	vezhlys
Date:		Fri Feb 26 00:43:17 2021 +0200
Changeset:	cab13cb01f02039fb6cc1b2c62d1c25329fad744

Modified Files:
	codelite/Makefile

Log Message:
bash path replacement

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cab13cb01f02039fb6cc1b2c62d1c25329fad744

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 codelite/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/codelite/Makefile b/codelite/Makefile
index 5c1994e23e..39ff1ae71a 100644
--- a/codelite/Makefile
+++ b/codelite/Makefile
@@ -37,6 +37,7 @@ SUBST_SED.ena-netbsd+=		-e 's,IS_NETBSD 0,IS_NETBSD 1,g'
 SUBST_CLASSES+=			fix-bash
 SUBST_STAGE.fix-bash=		pre-configure
 SUBST_MESSAGE.fix-bash=		Fix bash path
+SUBST_FILES.fix-bash+=		cmake/Modules/UtilsHelper.cmake
 SUBST_FILES.fix-bash+=		codelite_terminal/wxTerminalCtrl.cpp
 SUBST_FILES.fix-bash+=		CodeLite/clConsoleBash.cpp
 SUBST_FILES.fix-bash+=		CodeLite/clConsoleGnomeTerminal.cpp


Home | Main Index | Thread Index | Old Index