diff options
Diffstat (limited to 'games/oneko/files/patch-configure')
-rw-r--r-- | games/oneko/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games/oneko/files/patch-configure b/games/oneko/files/patch-configure deleted file mode 100644 index 364a0986614d..000000000000 --- a/games/oneko/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 |