mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
PR: 271004 Reported by: Jose Luis Duran <jlduran@gmail.com> Event: Oslo Hackathon at Modirum
11 lines
351 B
Text
11 lines
351 B
Text
--- apps/nmreplay/GNUmakefile.orig 2023-04-22 12:00:00 UTC
|
|
+++ apps/nmreplay/GNUmakefile
|
|
@@ -10,7 +10,7 @@ VPATH = $(SRCDIR)/apps/nmreplay
|
|
|
|
NO_MAN=
|
|
CFLAGS = -O2 # -pipe -g
|
|
-CFLAGS += -Werror -Wall -Wunused-function
|
|
+CFLAGS += -Wall -Wunused-function
|
|
CFLAGS += -I $(SRCDIR)/sys -I $(SRCDIR)/apps/include -I $(SRCDIR)/libnetmap
|
|
CFLAGS += -Wextra
|
|
|