mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
PR: 271004 Reported by: Jose Luis Duran <jlduran@gmail.com> Event: Oslo Hackathon at Modirum
10 lines
259 B
Text
10 lines
259 B
Text
--- libnetmap/GNUmakefile.orig 2023-04-22 12:00:00 UTC
|
|
+++ libnetmap/GNUmakefile
|
|
@@ -1,6 +1,6 @@
|
|
SRCDIR ?= ../
|
|
PREFIX ?= usr/local
|
|
-CFLAGS=-O2 -pipe -Wall -Werror
|
|
+CFLAGS=-O2 -pipe -Wall
|
|
CFLAGS +=-g
|
|
CFLAGS += -I $(SRCDIR)/sys
|
|
VPATH = $(SRCDIR)/libnetmap
|