mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Remove -Werror from hard-coded build flags. gcc15 has new warnings and
trips over this code base with -Werror. OK sthen@
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Index: Makefile.common
|
||||
--- Makefile.common.orig
|
||||
+++ Makefile.common
|
||||
@@ -42,7 +42,7 @@ OPTIMIZE ?= -O2
|
||||
CFLAGS = $(OPTIMIZE) -g2 $(INCL) $(CDEBUG) $(MACHINECFLAGS) $(ARCHCFLAGS) $(EXTRACFLAGS) $(VERSIONCFLAGS) -DHOST_$(HOST) $(PFLAGS)
|
||||
MFLAGS = $(OPTIMIZE) -g2 $(INCL) $(CDEBUG) $(MACHINECFLAGS) $(EXTRACFLAGS) $(VERSIONCFLAGS) -DHOST_$(HOST) $(PFLAGS)
|
||||
LDFLAGS += $(PFLAGS) $(ARCHLDFLAGS)
|
||||
-CONLYFLAGS = -std=gnu99 -Wall -Werror -Wno-format
|
||||
+CONLYFLAGS = -std=gnu99 -Wall -Wno-format
|
||||
|
||||
SOBJS = charset.o dtnetsubs.o
|
||||
|
||||
Reference in New Issue
Block a user