From 4fcb9c42810671e8aa6e25dd9125e421735edad3 Mon Sep 17 00:00:00 2001 From: Greg Beard Date: Sun, 19 Mar 2023 11:54:51 +0000 Subject: [PATCH] fcitx: Remove obsolete vsed --- srcpkgs/fcitx/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/fcitx/template b/srcpkgs/fcitx/template index c2183bf5dcfc93..18db7e8fad328f 100644 --- a/srcpkgs/fcitx/template +++ b/srcpkgs/fcitx/template @@ -69,8 +69,6 @@ pre_configure() { vsed -i -e 's;INCLUDE(${FCITX4_PREFIX}/share/cmake/fcitx;INCLUDE(${CMAKE_CURRENT_LIST_DIR};' \ cmake/FcitxConfig.cmake - vsed -i -e 's;enchant/enchant.h;enchant-2/enchant.h;' cmake/FindEnchant.cmake - if [ "$CROSS_BUILD" ]; then # use host binaries vsed -i -e 's;${PROJECT_BINARY_DIR}/tools/dev;/usr/lib/fcitx/libexec;' \