summaryrefslogtreecommitdiff
path: root/japanese/mendexk-euc/files/patch-configure
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:48:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:48:53 +0000
commit8a2ac20b3416bb80f06c95f516989794723d11a8 (patch)
tree847476a3e4b2e087c417ce68287b963678d09294 /japanese/mendexk-euc/files/patch-configure
parentFix build on 8 and 9. (diff)
Remove non staged ports without pending PR from j*
Notes
Notes: svn path=/head/; revision=366899
Diffstat (limited to 'japanese/mendexk-euc/files/patch-configure')
-rw-r--r--japanese/mendexk-euc/files/patch-configure16
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 ;