ports/devel/vasm/files/patch-Makefile
Sunpoet Po-Chuan Hsieh 6fd9b04a2b Update to 1.8
- Add LICENSE
- Update PORTDOCS
- While I'm here:
  - Remove .include <bsd.port.options.mk>
  - Use MAKE_CMD instead of GMAKE

Changes:	http://sun.hasenbraten.de/vasm/
PR:		219741
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
2017-06-11 19:25:07 +00: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)