1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Remove -Wno-narrowing which is unsupported by base GCC and add

USE_CXXSTD=c++98, which makes this port build with both base GCC
and Clang.

While here, add USES=gl gnome.

PR:		234387
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2018-12-26 12:23:44 +00:00
parent 2cbbb2cfcf
commit 5f8775ff6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488378

View File

@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS= libao.so:audio/libao libepoxy.so:graphics/libepoxy
CXXFLAGS+= -Wno-narrowing
USES= autoreconf desktop-file-utils libarchive localbase:ldflags pkgconfig
USES= autoreconf desktop-file-utils gl gnome libarchive \
localbase:ldflags pkgconfig
USE_CXXSTD= c++98
USE_GITHUB= yes
GH_ACCOUNT= rdanbrook
GNU_CONFIGURE= yes