summaryrefslogtreecommitdiff
path: root/app-editors/xemacs
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/xemacs-21.5.36-r5.ebuild (renamed from app-editors/xemacs/xemacs-21.5.36-r4.ebuild)7
-rw-r--r--app-editors/xemacs/xemacs-21.5.9999.ebuild7
2 files changed, 0 insertions, 14 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.36-r4.ebuild b/app-editors/xemacs/xemacs-21.5.36-r5.ebuild
index e54e3b01a628..9c71caa62cdc 100644
--- a/app-editors/xemacs/xemacs-21.5.36-r4.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.36-r5.ebuild
@@ -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"
diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild
index a37d6b38b307..ef5200b254e2 100644
--- a/app-editors/xemacs/xemacs-21.5.9999.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild
@@ -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"