network/sylpheed: Remove double fix.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-08-09 17:16:49 +02:00 committed by Willy Sudiarto Raharjo
parent aa04bd761e
commit 36011b26dc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 6 deletions

View File

@ -88,12 +88,6 @@ find -L . \
sed -i 's|enchant/|enchant-2/|g' src/compose.c
sed -i 's| enchant| enchant-2|g' configure
# fix for enchant >= 2.1.3
# https://www.archlinux.org/todo/enchant-221-rebuild/
# Thanks Arch
sed -i 's,enchant/,enchant-2/,g' src/compose.c
sed -i 's/ enchant/ enchant-2/g' configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \