Skip to content

Commit

Permalink
app-mobilephone/gnokii: remove my_bool usage
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/775485
Signed-off-by: Ionen Wolkens <[email protected]>
Signed-off-by: Andrew Savchenko <[email protected]>
  • Loading branch information
ionenwks authored and bircoph committed May 23, 2021
1 parent dfe8a26 commit 06c9a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-mobilephone/gnokii/gnokii-0.6.31-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ src_prepare() {
"${FILESDIR}"/${P}-translations.patch
)

default

sed -i -e "s:/usr/local:${EPREFIX}/usr:" Docs/sample/gnokiirc || die

default
# bug 775485
sed -i -e "s:my_bool:bool:" smsd/mysql.c || die

cp "${FILESDIR}"/${P}-codeset.m4 m4/codeset.m4 || die
mv configure.{in,ac} || die
Expand Down

0 comments on commit 06c9a3e

Please sign in to comment.