diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-04 13:40:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-04 13:40:07 +0000 |
commit | 3cc59ce5299d6358f3c1487cc9da3d48ef0a0647 (patch) | |
tree | 4b7c9cc25a344fafc9d2f536ba6e474a9bb281e6 /mail/neomutt/options.mk | |
parent | 063580a062ba10ffba035c8d96b541b5ce7a426d (diff) | |
download | pkgsrc-3cc59ce5299d6358f3c1487cc9da3d48ef0a0647.tar.gz |
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
Diffstat (limited to 'mail/neomutt/options.mk')
-rw-r--r-- | mail/neomutt/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index 6da185a20dd..d3c7c072138 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2017/12/21 12:22:13 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2018/07/04 13:40:24 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.neomutt PKG_OPTIONS_REQUIRED_GROUPS= display @@ -63,7 +63,7 @@ LDFLAGS.SunOS+= ${COMPILER_RPATH_FLAG}/usr/xpg4/lib${LIBABISUFFIX} .else SUBST_CLASSES+= curse SUBST_MESSAGE.curse= Fixing mutt to avoid ncursesw -SUBST_STAGE.curse= post-patch +SUBST_STAGE.curse= pre-configure SUBST_FILES.curse= configure.ac SUBST_SED.curse= -e 's,for lib in ncurses ncursesw,for lib in ncurses,' .endif |