mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
11 lines
349 B
Text
11 lines
349 B
Text
--- Makefile.orig 2018-12-07 15:42:58 UTC
|
|
+++ Makefile
|
|
@@ -8,7 +8,7 @@ MANDIR = $(DATAROOTDIR)/man
|
|
MAN1DIR = $(MANDIR)/man1
|
|
|
|
CPPFLAGS ?= -g
|
|
-CPPFLAGS += -Wall -Werror -Wno-unknown-pragmas
|
|
+CPPFLAGS += -Wall -Wno-unknown-pragmas
|
|
CXX ?= clang++
|
|
# Code should compile with c++11 as well, but c++14 may have stricter
|
|
# attributes on some methods.
|