summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2021-08-09 17:16:49 +0200
committer Willy Sudiarto Raharjo2021-08-14 16:17:59 +0200
commit36011b26dc774c91e89a13aca05ae51b23f891a0 (patch)
treecebcfdd955af232068b25049a0bc121492bf9940
parentaa04bd761e84b4aa45400b2c47b14a26eaac6322 (diff)
downloadslackbuilds-36011b26dc774c91e89a13aca05ae51b23f891a0.tar.gz
network/sylpheed: Remove double fix.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/sylpheed/sylpheed.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild
index e1a7e892ef..eb0b55c8cd 100644
--- a/network/sylpheed/sylpheed.SlackBuild
+++ b/network/sylpheed/sylpheed.SlackBuild
@@ -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 \