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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5107158649 for ; Wed, 10 May 2023 21:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09343E0B5D; Wed, 10 May 2023 21:10:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D7A7E0B5D for ; Wed, 10 May 2023 21:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C542340BE3 for ; Wed, 10 May 2023 21:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2383D8E4 for ; Wed, 10 May 2023 21:09:58 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1683752982.61270ab31f594d9b8a697012ff99aece9f1c3a83.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.4.24-r10.ebuild app-editors/xemacs/xemacs-21.5.34-r13.ebuild app-editors/xemacs/xemacs-21.5.9999.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 61270ab31f594d9b8a697012ff99aece9f1c3a83 X-VCS-Branch: master Date: Wed, 10 May 2023 21:09:58 +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: 659f3a68-1918-4fbe-bc32-ee3f59fe5edc X-Archives-Hash: 1126c04b6d6d3d54c91a4a90ff216bd4 commit: 61270ab31f594d9b8a697012ff99aece9f1c3a83 Author: Mats Lidell gentoo org> AuthorDate: Wed May 10 21:02:01 2023 +0000 Commit: Mats Lidell gentoo org> CommitDate: Wed May 10 21:09:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61270ab3 app-editors/xemacs: use freewnn with gcc-13 Closes: https://bugs.gentoo.org/905434 Signed-off-by: Mats Lidell gentoo.org> app-editors/xemacs/xemacs-21.4.24-r10.ebuild | 4 +++- app-editors/xemacs/xemacs-21.5.34-r13.ebuild | 4 +++- app-editors/xemacs/xemacs-21.5.9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.4.24-r10.ebuild b/app-editors/xemacs/xemacs-21.4.24-r10.ebuild index cf1b3d10906b..7d1252abe2f3 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r10.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -175,6 +175,8 @@ src_configure() { # see bug 576512 append-cflags -fgnu89-inline + use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn" + # Don't use econf because it uses options which this configure # script does not understand (like --host). ./configure ${myconf} ${EXTRA_ECONF} \ diff --git a/app-editors/xemacs/xemacs-21.5.34-r13.ebuild b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild index d257f4c26662..51b3f8f5095c 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r13.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -168,6 +168,8 @@ src_configure() { use debug && myconf="${myconf} --with-debug" || myconf="${myconf} --with-optimization --with-cflags-debugging=" + use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn" + econf ${myconf} \ $(use_with gif ) \ $(use_with gpm ) \ diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index c164858b40dd..f2e01acd2ca1 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -160,6 +160,8 @@ src_configure() { use debug && myconf="${myconf} --with-debug" || myconf="${myconf} --with-optimization --with-cflags-debugging=" + use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn" + econf ${myconf} \ $(use_with gif ) \ $(use_with gpm ) \