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)
11 lines
283 B
Text
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
|