mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- 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
)
11 lines
205 B
Text
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*) :
|