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