games/openbor: unbreak with GCC 4.2

cc1: error: unrecognized command line option "-Wno-unused-result"

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2019-03-06 02:55:13 +00:00
parent 5060b524f9
commit 502a655840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494760

View File

@ -81,6 +81,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/ -O[0-9]//; s/ -g//; s/ -Werror//' \
-e 's/ -fomit-frame-pointer//' \
-e 's/ -freorder-blocks//' \
-e 's/ -Wno-unused-result//' \
-e 's/ -Wl,-rpath,$$(LIBRARIES)//' \
-e '/echo/!s/ @/ /' \
-e 's/@echo/@$$(ECHO)/' \