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:
parent
2cbbb2cfcf
commit
5f8775ff6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488378
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user