mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- 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)
11 lines
303 B
Text
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)
|