freebsd-ports/databases/mdbtools/files/patch-configure
Daniel Engberg e94112fafc databases/mdbtools: Allow newer LLMV/Clang
- Import patch from macports repo
- Improve Makefile for readability
- Bump PORTVERSION because of different pkg size

PR:		282938

MFH:		2024Q4
2024-11-24 10:42:41 +01:00

11 lines
205 B
Text

--- configure.orig 2024-11-23 19:10:22 UTC
+++ configure
@@ -17896,7 +17896,7 @@ fi
-CFLAGS="$CFLAGS -Wall -Werror"
+CFLAGS="$CFLAGS -Wall -Wextra"
LOCALE_T=locale_t
case $host in #(
*mingw*) :