svn commit: r504197 - head/games/kobodeluxe
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 14 15:22:14 UTC 2019
Author: amdmi3
Date: Fri Jun 14 15:22:13 2019
New Revision: 504197
URL: https://svnweb.freebsd.org/changeset/ports/504197
Log:
- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
Modified:
head/games/kobodeluxe/Makefile
Modified: head/games/kobodeluxe/Makefile
==============================================================================
--- head/games/kobodeluxe/Makefile Fri Jun 14 14:48:02 2019 (r504196)
+++ head/games/kobodeluxe/Makefile Fri Jun 14 15:22:13 2019 (r504197)
@@ -12,13 +12,11 @@ DISTNAME= KoboDeluxe-${DISTVERSION}
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= SDL port of the scrolling game XKobo
-USES= compiler tar:bzip2
+USES= tar:bzip2
USE_SDL= image sdl
+USE_CXXSTD= c++98
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss
-
-CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang= -Wno-reserved-user-defined-literal
SCOREDIR= /var/games/${PORTNAME}
More information about the svn-ports-head
mailing list