aboutsummaryrefslogtreecommitdiff
path: root/japanese/mendexk-euc/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mendexk-euc/files/patch-configure')
-rw-r--r--japanese/mendexk-euc/files/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/mendexk-euc/files/patch-configure b/japanese/mendexk-euc/files/patch-configure
new file mode 100644
index 000000000000..575a20044466
--- /dev/null
+++ b/japanese/mendexk-euc/files/patch-configure
@@ -0,0 +1,16 @@
+--- 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 ;