summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-12 19:44:27 +0000
committerrillig <rillig@pkgsrc.org>2020-05-12 19:44:27 +0000
commitf45dafa0912e06fd92a340d4e8afd77690e2c602 (patch)
treedc50c8c32f35df6aac96ac000c7639e73ef68ff9 /databases
parent29652c0891def7d6c35bedb5d5d33ec5957b3094 (diff)
downloadpkgsrc-f45dafa0912e06fd92a340d4e8afd77690e2c602.tar.gz
databases/mysql56-client: allow no-op SUBST block
In an unprivileged bulk build on NetBSD 8.0, the WRAPPER_BINDIR was not found in the file. Maybe there are other systems that need it.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql56-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 6ecc34c7465..58820e4c6db 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2020/03/22 20:12:14 rillig Exp $
+# $NetBSD: Makefile.common,v 1.56 2020/05/12 19:44:27 rillig Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -125,6 +125,7 @@ SUBST_FILES.fixpaths= ${DESTDIR}${PREFIX}/bin/mysqlbug
SUBST_FILES.fixpaths+= ${DESTDIR}${PREFIX}/share/doc/mysql/INFO_BIN
SUBST_SED.fixpaths= -e "s,${WRAPPER_BINDIR}/gcc,${CCPATH},g"
SUBST_SED.fixpaths+= -e "s,${WRAPPER_BINDIR}/g++,${CXXPATH},g"
+SUBST_NOOP_OK.fixpaths= yes # not needed for mysql-client-5.6.47 on NetBSD
# Don't use the base system "libedit" under NetBSD because MySQL expects
# an incompatible prototype for "rl_completion_entry_function".