- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
This commit is contained in:
parent
84f6c67cb0
commit
53ba724f5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504803
1 changed files with 2 additions and 3 deletions
|
@ -12,14 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Puzzle game - remove all tiles from the table
|
||||
|
||||
USES= compiler:c++11-lang tar:bzip2
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl mixer image ttf
|
||||
USE_CXXSTD= c++98
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
CXXFLAGS+= -Wno-reserved-user-defined-literal
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDATA= *
|
||||
|
||||
|
|
Loading…
Reference in a new issue