Diff xemacs-21.5.34-r12 with a xemacs-21.5.34-r13

/usr/portage/app-editors/xemacs/xemacs-21.5.34-r13.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
......
10 10

  
11 11
DESCRIPTION="highly customizable open source text editor and application development system"
12 12
HOMEPAGE="https://www.xemacs.org/"
13
SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
13
SRC_URI="http://ftp.xemacs.org/xemacs-$(ver_cut 1-2)/${P}.tar.gz
14 14
	neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
15 15

  
16 16
LICENSE="GPL-3+"
......
166 166
	fi
167 167

  
168 168
	use debug && myconf="${myconf} --with-debug" ||
169
		myconf="${myconf} --with-optimization"
169
		myconf="${myconf} --with-optimization --with-cflags-debugging="
170

  
171
	use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn"
170 172

  
171 173
	econf ${myconf} \
172 174
		$(use_with gif ) \
Thank you!