From owner-svn-ports-all@freebsd.org Thu Oct 13 13:38:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE5C2C10D1F; Thu, 13 Oct 2016 13:38:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B78C7270; Thu, 13 Oct 2016 13:38:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDc7NO056641; Thu, 13 Oct 2016 13:38:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDc7io056640; Thu, 13 Oct 2016 13:38:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610131338.u9DDc7io056640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Oct 2016 13:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423917 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 13:38:09 -0000 Author: jbeich Date: Thu Oct 13 13:38:07 2016 New Revision: 423917 URL: https://svnweb.freebsd.org/changeset/ports/423917 Log: emulators/citra: oops, back out r423781 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Thu Oct 13 13:31:40 2016 (r423916) +++ head/emulators/citra/Makefile Thu Oct 13 13:38:07 2016 (r423917) @@ -36,8 +36,6 @@ USES= cmake:outsource compiler:c++14-la FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 -CXXFLAGS+= ${CXXFLAGS_${OPSYS}_${OSREL}} -CXXFLAGS_FreeBSD_10.1= -Dtuple_element_t=tuple_element # libcxx r202673 (c++14) LDFLAGS+= -Wl,--as-needed # GL OPTIONS_MULTI= GUI