diff options
| author | wiz <wiz@pkgsrc.org> | 2022-09-23 10:31:50 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2022-09-23 10:31:50 +0000 |
| commit | 156fc2fda8bde689405ab439d60d0ad094093019 (patch) | |
| tree | 39a3b9128b3a5e7c7ad9f91782a9e3c6ccd8a6f1 /databases/mariadb106-client | |
| parent | fe967d842d817bd6e126cabd167c4330edf35b77 (diff) | |
| download | pkgsrc-156fc2fda8bde689405ab439d60d0ad094093019.tar.gz | |
mariadb106-client: add more CHECK_PORTABILITY_SKIP
Diffstat (limited to 'databases/mariadb106-client')
| -rw-r--r-- | databases/mariadb106-client/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mariadb106-client/Makefile.common b/databases/mariadb106-client/Makefile.common index b789e8c2ce4..e7c7d24ac69 100644 --- a/databases/mariadb106-client/Makefile.common +++ b/databases/mariadb106-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2022/09/22 20:30:09 nia Exp $ +# $NetBSD: Makefile.common,v 1.10 2022/09/23 10:31:50 wiz Exp $ # # used by databases/mariadb106-client/Makefile # used by databases/mariadb106-server/Makefile @@ -103,6 +103,7 @@ SUBST_SED.perl+= -e "s,/usr/local/bin/perl,${TOOLS_PATH.perl},g" CHECK_INTERPRETER_SKIP+= share/mysql/test/* CHECK_PORTABILITY_SKIP+= storage/columnstore/columnstore/oam/cloud/*.sh.in CHECK_PORTABILITY_SKIP+= storage/columnstore/columnstore/oam/install_scripts/*.sh.in +CHECK_PORTABILITY_SKIP+= storage/columnstore/columnstore/oam/install_scripts/*.in CHECK_PORTABILITY_SKIP+= BUILD/compile-pentium-gcov PKGCONFIG_OVERRIDE+= support-files/mariadb.pc.in |
