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 DBEC5138239 for ; Mon, 7 Oct 2019 09:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 282D7E07D7; Mon, 7 Oct 2019 09:07:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0938AE07D7 for ; Mon, 7 Oct 2019 09:07:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D689734B748 for ; Mon, 7 Oct 2019 09:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3658C803 for ; Mon, 7 Oct 2019 09:07:39 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1570439257.822ef0c908ec35478a8bd0f37657547aed0a3c38.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/xlockmore-5.59.ebuild X-VCS-Directories: x11-misc/xlockmore/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 822ef0c908ec35478a8bd0f37657547aed0a3c38 X-VCS-Branch: master Date: Mon, 7 Oct 2019 09:07:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec27a98b-d966-408b-b1f1-fa02196d54ec X-Archives-Hash: 775418f98485c6595e5d91aa86b93945 commit: 822ef0c908ec35478a8bd0f37657547aed0a3c38 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 7 09:07:14 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 7 09:07:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822ef0c9 x11-misc/xlockmore: Append -DFTGL213 to CPPFLAGS Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xlockmore/xlockmore-5.59.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xlockmore/xlockmore-5.59.ebuild b/x11-misc/xlockmore/xlockmore-5.59.ebuild index ddeb507159c..f9accdcd7cf 100644 --- a/x11-misc/xlockmore/xlockmore-5.59.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.59.ebuild @@ -68,7 +68,7 @@ src_configure() { if use opengl && use truetype; then myconf=( --with-ftgl ) - append-flags -DFTGL213 + append-cppflags -DFTGL213 else myconf=( --without-ftgl ) fi