freebsd-ports/databases/mdbtools
Rainer Hurling 5111b40cb9 databases/mdbtools: Workaround breakage from llvm15
parser.c:1035:9: error: variable 'yynerrs' set but not used [-Werror,-Wunused-but-set-variable]
    int yynerrs = 0;

The parser code is created at build time. llvm15 complains about the not used variable.
Avoiding llvm15 is just a workaround, until a better solution is around.

Reported by:	pkg-fallout
2023-02-25 17:42:53 +01:00
..
files
distinfo
Makefile databases/mdbtools: Workaround breakage from llvm15 2023-02-25 17:42:53 +01:00
pkg-descr
pkg-plist