pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
0ad: fix prefix substitution
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Wed May 3 21:34:38 2023 +0200
Changeset: 1c1b256e7a37cb5d85c424d275a312053cfc8a6d
Modified Files:
0ad/Makefile
Log Message:
0ad: fix prefix substitution
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c1b256e7a37cb5d85c424d275a312053cfc8a6d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
0ad/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index d38bab2d10..a9db609147 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -24,7 +24,7 @@ SUBST_MESSAGE.sysincludedir= Fixing "/usr/local" path assumption
SUBST_STAGE.sysincludedir= pre-configure
SUBST_FILES.sysincludedir= build/premake/extern_libs5.lua
SUBST_FILES.sysincludedir+= build/premake/premake5.lua
-SUBST_SED.sysincludedir+= -e "s,/usr/local/,${PREFIX},g"
+SUBST_SED.sysincludedir+= -e "s,/usr/local/,${PREFIX}/,g"
# thanks to Guix:
# 0ad only builds fine with a specific version of mozjs
Home |
Main Index |
Thread Index |
Old Index