summaryrefslogtreecommitdiff
path: root/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bbppp/bbppp-0.2.5-r1.ebuild')
-rw-r--r--x11-misc/bbppp/bbppp-0.2.5-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild b/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild
index 5ae4a57762d3..bc6f3f4ff3ca 100644
--- a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild
+++ b/x11-misc/bbppp/bbppp-0.2.5-r1.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
EAPI=7
@@ -28,6 +28,9 @@ PATCHES=(
src_prepare() {
default
mv configure.{in,ac} || die
+ sed -i \
+ -e 's|register ||' \
+ Image.cc LinkedList.cc || die
eautoreconf
}