From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95DA9138330 for ; Thu, 24 May 2018 21:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531DFE0841; Thu, 24 May 2018 21:58:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27D05E0841 for ; Thu, 24 May 2018 21:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED701335C29 for ; Thu, 24 May 2018 21:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4725927A for ; Thu, 24 May 2018 21:58:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527199066.e6f97f0a34f9cce8727ec01375dede2840676544.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/epos/epos-2.5.37-r2.ebuild X-VCS-Directories: app-accessibility/epos/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e6f97f0a34f9cce8727ec01375dede2840676544 X-VCS-Branch: master Date: Thu, 24 May 2018 21:58:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fcef4c7e-8821-4929-8a60-237856456f82 X-Archives-Hash: f2049c297f6e921390afc20ec08d1623 commit: e6f97f0a34f9cce8727ec01375dede2840676544 Author: Jan Breuer mobatime cz> AuthorDate: Mon Apr 9 09:48:40 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 24 21:57:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f97f0a app-accessibility/epos: fix running on GCC-6 Bug: https://bugs.gentoo.org/649858 Closes: https://bugs.gentoo.org/649858 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7909 app-accessibility/epos/epos-2.5.37-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild b/app-accessibility/epos/epos-2.5.37-r2.ebuild index 216717c781b..f07ea4ce66d 100644 --- a/app-accessibility/epos/epos-2.5.37-r2.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild @@ -37,6 +37,7 @@ src_configure() { econf \ --enable-charsets \ --disable-portaudio \ + CXXFLAGS=-fno-delete-null-pointer-checks \ YACC=byacc }