svn commit: r488378 - head/emulators/nestopia
Mark Linimon
linimon at FreeBSD.org
Wed Dec 26 12:23:45 UTC 2018
Author: linimon
Date: Wed Dec 26 12:23:44 2018
New Revision: 488378
URL: https://svnweb.freebsd.org/changeset/ports/488378
Log:
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
Modified:
head/emulators/nestopia/Makefile
Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile Wed Dec 26 12:21:18 2018 (r488377)
+++ head/emulators/nestopia/Makefile Wed Dec 26 12:23:44 2018 (r488378)
@@ -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
More information about the svn-ports-all
mailing list