Date: Wed, 26 Dec 2018 12:23:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488378 - head/emulators/nestopia Message-ID: <201812261223.wBQCNiMN094239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261223.wBQCNiMN094239>