Diff xemacs-21.4.24-r9 with a xemacs-21.4.24-r10

/usr/portage/app-editors/xemacs/xemacs-21.4.24-r10.ebuild 2023-10-09 14:52:28.668368329 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
# Note: xemacs currently does not work with position independent code
......
12 12
DESCRIPTION="highly customizable open source text editor and application development system"
13 13
HOMEPAGE="https://www.xemacs.org/"
14 14
SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz
15
	http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz"
15
	neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
16 16

  
17 17
LICENSE="GPL-2+"
18 18
SLOT="0"
19
KEYWORDS="~alpha amd64 arm64 ~hppa ppc ppc64 sparc x86"
19
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
20 20
IUSE="eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn xim athena neXt Xaw3d gdbm berkdb"
21 21

  
22 22
X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
......
35 35
	dnd? ( x11-libs/dnd )
36 36
	motif? ( >=x11-libs/motif-2.3:0 )
37 37
	athena? ( x11-libs/libXaw )
38
	Xaw3d? ( x11-libs/libXaw3d )
38
	Xaw3d? ( x11-libs/libXaw3d[unicode(+)] )
39 39
	neXt? ( x11-libs/neXtaw )
40 40
	xface? ( media-libs/compface )
41 41
	tiff? ( media-libs/tiff:= )
......
175 175
	# see bug 576512
176 176
	append-cflags -fgnu89-inline
177 177

  
178
	use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn"
179

  
178 180
	# Don't use econf because it uses options which this configure
179 181
	# script does not understand (like --host).
180 182
	./configure ${myconf} ${EXTRA_ECONF} \
Thank you!