opnsense-ports/devel/vasm/files/patch-Makefile
Franco Fichtner 7949c59275 */*: sync with upstream
Taken from: FreeBSD
2017-06-12 08:55:48 +02:00

11 lines
303 B
Text

--- Makefile.orig 2017-06-02 21:05:38 UTC
+++ Makefile
@@ -5,7 +5,7 @@ TARGETEXTENSION =
OUTFMTS = -DOUTAOUT -DOUTBIN -DOUTELF -DOUTHUNK -DOUTSREC -DOUTTOS -DOUTVOBJ
CCOUT = -o
-COPTS = -c -O2 $(OUTFMTS)
+COPTS = -c -O2 $(OUTFMTS) -Wno-parentheses -Wno-return-type
LD = $(CC)
LDOUT = $(CCOUT)