pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libre: perform substitutions in the pre-build stage
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Mon Jul 18 08:45:24 2022 +0200
Changeset: c970f4efbb8e969c04ea2e10aac7a2174477c630
Modified Files:
libre/Makefile
Log Message:
libre: perform substitutions in the pre-build stage
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c970f4efbb8e969c04ea2e10aac7a2174477c630
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libre/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/libre/Makefile b/libre/Makefile
index b489881b6b..ee883b984b 100644
--- a/libre/Makefile
+++ b/libre/Makefile
@@ -22,13 +22,13 @@ SUBST_MESSAGE.prefix= Fixing PREFIX path.
SUBST_SED.prefix= -e "s|/usr/local|${PREFIX}|1"
SUBST_SED.prefix+= -e "s|/usr|${PREFIX}|1"
SUBST_SED.prefix+= -e "s|} -lre|} ${COMPILER_RPATH_FLAG}"'$$$$'"{libdir} -lre|"
-SUBST_STAGE.prefix= post-patch
+SUBST_STAGE.prefix= pre-build
SUBST_CLASSES+= re
SUBST_FILES.re= mk/re.mk
SUBST_MESSAGE.re= Fixing PREFIX path.
SUBST_SED.re= -e "s|/usr/local|${PREFIX}|g"
-SUBST_STAGE.re= post-patch
+SUBST_STAGE.re= pre-build
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libre.a
Home |
Main Index |
Thread Index |
Old Index