From cc4cd2f8ef0997c3a0ce5000465a43e30fb7414c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 11 Oct 2016 16:43:36 +0000 Subject: emulators/citra: don't use GCC to build on 10.x libstdc++ in ports is still built against libsupc++ rather than libcxxrt, so it's unsafe to use together libc++. This means USE_GCC is practically forbidden with C++ ports on >= 10.0 systems. --- emulators/citra-qt5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/citra-qt5') diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index 690002e635c2..ac7516fe5ba0 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra -- cgit v1.2.3