freebsd-ports/net/pkt-gen/files/patch-libnetmap_GNUmakefile
Robert Clausecker 289d41817b net/pkt-gen: fix on 32 bit platforms (again)
Exorcise -Werror for the third time.
Re-add patches needed to build on 32 bit platforms.
Please don't remove patches without understanding them first.

Fixes:		9305cd3f93
PR:		270440
See also:	PR 264561, 230623
Approved by:	portmgr (build fix blanket)
2023-04-20 13:49:22 +02:00

11 lines
283 B
Text

--- libnetmap/GNUmakefile.orig 2022-02-11 07:45:02 UTC
+++ libnetmap/GNUmakefile
@@ -1,6 +1,7 @@
SRCDIR ?= ../
PREFIX ?= usr/local
-CFLAGS=-O2 -pipe -Wall -Werror
+CFLAGS=-O2 -pipe -Wall
+CFLAGS=-O2 -pipe -Wall
CFLAGS +=-g
CFLAGS += -I $(SRCDIR)/sys
VPATH = $(SRCDIR)/libnetmap