summaryrefslogtreecommitdiff
path: root/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-03 01:32:36 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-03 01:32:36 +0000
commit92b7880bd28edc591d46c65b2242bbad6106fb39 (patch)
tree0b5c4ff09cb0e02c310fe6c37b2bf391cf932c80 /x11-misc/bbppp/bbppp-0.2.5-r1.ebuild
parent7228e7507f59b8f0982c3a68cc5ba8ea35ce1a76 (diff)
gentoo auto-resync : 03:03:2023 - 01:32:36
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
}