diff options
Diffstat (limited to 'japanese/mendexk-euc/files/patch-configure')
-rw-r--r-- | japanese/mendexk-euc/files/patch-configure | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/japanese/mendexk-euc/files/patch-configure b/japanese/mendexk-euc/files/patch-configure deleted file mode 100644 index 575a20044466..000000000000 --- a/japanese/mendexk-euc/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Sun Sep 11 06:16:22 2005 -+++ configure Sun Sep 11 06:16:39 2005 -@@ -34,11 +34,11 @@ - esac - - # kpathseaライブラリチェック --if [ -f ../kpathsea/libkpathsea.la ]; then -+if [ -f ../kpathsea/.libs/libkpathsea.la ]; then - echo "s%@KFLAGS@%-DKPATHSEA -DKPATHSEA3%" >> $CONFIGSED ; - echo "s%@KPATHLINK@%\\\$(kpathsea_link)%" >> $CONFIGSED ; - echo "s%@LIBKPATHSEA@%../kpathsea/libkpathsea.la%" >> $CONFIGSED ; --elif [ -f ../kpathsea/kpathsea.a ]; then -+elif [ -f ../kpathsea/.libs/kpathsea.a ]; then - echo "s%@KFLAGS@%-DKPATHSEA%" >> $CONFIGSED ; - echo "s%@KPATHLINK@%\\\$(kpathsea_link)%" >> $CONFIGSED ; - echo "s%@LIBKPATHSEA@%../kpathsea/kpathsea.a%" >> $CONFIGSED ; |