ports/databases/mdbtools/files/patch-configure
Daniel Engberg ab3dadd758 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
(cherry picked from commit e94112fafc)
2024-11-24 10:44:27 +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*) :