freebsd-ports/net/mptsd/files/patch-libfuncs_Makefile
Alex Mironov db63cc4d38 net/mptsd: update to 1.1-27 and fix for FreeBSD 14
PR:		272603
Reported by:	win2000rus@hotmail.com (maintainer)
2023-07-20 11:48:17 +02:00

13 lines
391 B
Plaintext

--- libfuncs/Makefile.orig 2023-07-11 19:14:41 UTC
+++ libfuncs/Makefile
@@ -4,8 +4,7 @@
MKDEP = $(CROSS)$(CC) -M -o $*.d $<
LIBRARY_LINK_OPTS = -L. -r
-CFLAGS = -O2 -ggdb -std=c99 -D_GNU_SOURCE
-CFLAGS += -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
+CFLAGS += -std=c99 -D_GNU_SOURCE -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
RM = /bin/rm -f
Q=@