mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
graphics/libprojectm: Unbreak on CURRENT and 11.2 by adding USE_CXXSTD=c++98
This commit is contained in:
parent
49522c10ca
commit
e20ae561b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475087
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libprojectM
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics audio
|
||||
MASTER_SITES= SF/${PORTNAME:tl:S/lib//}/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME:S/lib//}-complete-${DISTVERSION}-Source
|
||||
@ -22,6 +23,8 @@ USE_SDL= sdl
|
||||
USE_GL= gl glu glew
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_CXXSTD= c++98
|
||||
|
||||
CMAKE_ARGS= -DUSE_OPENMP=OFF # openmp breaks build on 11.x
|
||||
CMAKE_OFF= INCLUDE-PROJECTM-TEST
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user