mariadb*: see if wide curses fixes problems on el7...

This commit is contained in:
nia 2021-07-13 07:44:14 +00:00
parent cd7a1731f1
commit cfa4e786d6
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.9 2021/07/04 10:58:59 nia Exp $
# $NetBSD: Makefile.common,v 1.10 2021/07/13 07:44:14 nia Exp $
#
# used by databases/mariadb104-client/Makefile
# used by databases/mariadb104-server/Makefile
@ -18,6 +18,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/mariadb104-client/patches
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run pkg-config bison
USE_CURSES= wide
PLIST_SRC= ${PLIST_SRC_DFLT}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2021/07/04 08:58:30 nia Exp $
# $NetBSD: Makefile.common,v 1.8 2021/07/13 07:44:14 nia Exp $
#
# used by databases/mariadb105-client/Makefile
# used by databases/mariadb105-server/Makefile
@ -18,6 +18,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/mariadb105-client/patches
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run pkg-config bison
USE_CURSES= wide
PLIST_SRC= ${PLIST_SRC_DFLT}