1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Force -fcommon to unbreak the build against Clang 11 and GCC 10.

PR:	250219
This commit is contained in:
Alexey Dokuchaev 2020-10-14 06:41:24 +00:00
parent 32f7734ee4
commit 710493154f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552302

View File

@ -1,8 +1,10 @@
--- Makefile.orig Wed May 2 20:41:22 2001
+++ Makefile Wed Feb 25 17:43:00 2004
@@ -5,7 +5,7 @@
--- Makefile.orig 2001-05-02 18:41:22 UTC
+++ Makefile
@@ -4,8 +4,9 @@ MAN8 = nifmon.8
BINDIR = /usr/local/bin
MANDIR = /usr/local/man/man
+CFLAGS += -fcommon
# compile debug support
-COPTS += -DDEBUG -g -Wall
+#COPTS += -DDEBUG -g -Wall