projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d25217
)
x11-libs/librfm: fix bad sed delimiter
author
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 12:48:43 +0000
(07:48 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 13:31:20 +0000
(08:31 -0500)
Closes: https://bugs.gentoo.org/710886
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index bba8880c72b011591f6926134120195040d0c5f6..265bef469574b8cee7fe545ce6a2c4a99f3d9c38 100644
(file)
--- a/
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@
-35,7
+35,7
@@
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
- sed -i -e "s
:-O2:${CFLAGS}:
" m4/rfm-conditionals.m4 || die
+ sed -i -e "s
|-O2|${CFLAGS}|
" m4/rfm-conditionals.m4 || die
eautoreconf
}