svn commit: r504191 - head/games/fishsupper
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 14 13:32:17 UTC 2019
Author: amdmi3
Date: Fri Jun 14 13:32:16 2019
New Revision: 504191
URL: https://svnweb.freebsd.org/changeset/ports/504191
Log:
- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
Modified:
head/games/fishsupper/Makefile
Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile Fri Jun 14 13:11:02 2019 (r504190)
+++ head/games/fishsupper/Makefile Fri Jun 14 13:32:16 2019 (r504191)
@@ -21,8 +21,7 @@ GNU_CONFIGURE= yes
USES= gmake localbase:ldflags
USE_SDL= sdl image mixer
USE_GL= gl
-
-CXXFLAGS+= -Wno-static-float-init -Wno-c++11-narrowing
+USE_CXXSTD= c++98
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
More information about the svn-ports-head
mailing list