diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-05 09:41:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-05 09:41:07 +0000 |
commit | 85dfbd0707b9b634c0685d63dd596135c9c44bc5 (patch) | |
tree | 89b8e4cb937f335c3d193984b9fed637305759d8 | |
parent | 1fc35dd6ecf80c294cdb2667472bb2b0ee536e02 (diff) | |
download | ports-85dfbd0707b9b634c0685d63dd596135c9c44bc5.tar.gz ports-85dfbd0707b9b634c0685d63dd596135c9c44bc5.zip |
Notes
-rw-r--r-- | games/oneko/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/oneko/files/patch-configure b/games/oneko/files/patch-configure new file mode 100644 index 000000000000..364a0986614d --- /dev/null +++ b/games/oneko/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig 1998-05-27 17:00:37 UTC ++++ configure +@@ -3509,20 +3509,6 @@ mandir=`eval "echo $mandir"` + localedir=$exec_prefix + test "$exec_prefix" = "NONE" && localedir=$prefix + +-for dir in ja_JP ja_JP.AJEC ja_JP.EUC ja_JP.ujis ja_JP.eucJP ja japan japanese \ +- Japanese-EUC japanese.euc ; do +- if test "$dir" != ""; then +- if test -d "$localedir/lib/X11/$dir/app-defaults"; then +- locale=$dir +- break +- else +- if test -d "$mandir/$dir"; then +- locale=$dir +- break +- fi +- fi +- fi +-done + test "$locale" = "" && locale="ja" + + test "$with_pop" = "yes" -o "$with_pop" = "" && cat >> confdefs.h <<\EOF |