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 /textproc/eb | |
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 'textproc/eb')
-rw-r--r-- | textproc/eb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 03884f4e4c6..38295b737e6 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2017/01/19 18:52:27 agc Exp $ +# $NetBSD: Makefile,v 1.55 2018/07/04 13:40:39 jperkin Exp $ DISTNAME= eb-4.3 PKGREVISION= 8 @@ -65,7 +65,7 @@ EGDIR= ${PREFIX}/share/examples/eb # - ZLIBLIBS="-L$z_libdir -lz" # + ZLIBLIBS="-Wl,-R$z_libdir -L$z_libdir -lz" SUBST_CLASSES+= runpath -SUBST_STAGE.runpath= post-patch +SUBST_STAGE.runpath= pre-configure SUBST_FILES.runpath= configure configure.ac SUBST_SED.runpath= -e 's|^\(.*LIBS=['\''"]\)-L\(\$$[^[:blank:]][^[:blank:]]*\)\(.*\)$$|\1${COMPILER_RPATH_FLAG}\2 -L\2\3|' |