app-editors/xemacs: remove no-pie restriction

Signed-off-by: Mats Lidell <matsl@gentoo.org>
This commit is contained in:
Mats Lidell
2025-12-06 21:05:44 +01:00
parent a42e1a148e
commit 807196f977
2 changed files with 0 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: xemacs currently does not work with position independent code
# so the build forces the use of the -no-pie option
EAPI=8
inherit flag-o-matic xdg-utils desktop autotools
@@ -83,10 +80,6 @@ src_prepare() {
src_configure() {
local myconf=""
# bug #639642
test-flags -no-pie >/dev/null && append-flags -no-pie
filter-flags -pie
if use X; then
myconf="${myconf} --with-widgets=athena"

View File

@@ -1,9 +1,6 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Note: xemacs currently does not work with position independent code
# so the build forces the use of the -no-pie option
EAPI=8
inherit flag-o-matic xdg-utils desktop autotools
@@ -82,10 +79,6 @@ src_prepare() {
src_configure() {
local myconf=""
# bug #639642
test-flags -no-pie >/dev/null && append-flags -no-pie
filter-flags -pie
if use X; then
myconf="${myconf} --with-widgets=athena"