Un-break build on clang 6.0.0 (add -std=c++98 to CXXFLAGS)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dirac
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-codec/Dirac-${PORTVERSION}
|
||||
|
||||
@@ -19,6 +19,7 @@ CONFIGURE_ARGS= --disable-mmx
|
||||
CONFIGURE_ENV= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
|
||||
HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CXXFLAGS+= -std=c++98
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
|
||||
Reference in New Issue
Block a user