diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-08-09 17:16:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:17:59 +0700 |
commit | 36011b26dc774c91e89a13aca05ae51b23f891a0 (patch) | |
tree | cebcfdd955af232068b25049a0bc121492bf9940 /network | |
parent | aa04bd761e84b4aa45400b2c47b14a26eaac6322 (diff) | |
download | slackbuilds-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>
Diffstat (limited to 'network')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 6 |
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 \ |