[BACK]Return to patch-configure CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate / patches

Diff for /ports/cad/tkgate/patches/Attic/patch-configure between version 1.1 and 1.2

version 1.1, 2008/11/10 13:11:23 version 1.2, 2009/02/05 20:13:33
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- configure.orig      Fri Jan 26 02:12:13 2007  --- configure.orig      Fri Jan 26 04:12:13 2007
 +++ configure   Fri Jan  4 22:50:04 2008  +++ configure   Thu Feb  5 23:03:04 2009
 @@ -32,7 +32,7 @@  @@ -32,7 +32,7 @@
  # Note: All options (except list of compilers) are now set in config.h   # Note: All options (except list of compilers) are now set in config.h
   
Line 23 
Line 23 
  TCLTKOK=1   TCLTKOK=1
   
  ##################################################################   ##################################################################
   @@ -823,7 +823,7 @@ domkdep()
    doAutoLang()
    {
      if [ X$lang = Xauto ]; then
   -    if [ \( X$LANG \> Xja -o X$LANG = Xja \) -a X$LANG \< Xjb ]; then
   +    if [ X$LANG = Xja ]; then
          echo "Auto-configuring language to 'ujp' (LANG=$LANG)."
          lang=ujp
        else
 @@ -864,7 +864,7 @@ if [ $notests = 0 ]; then  @@ -864,7 +864,7 @@ if [ $notests = 0 ]; then
      setconfigvar tcltk_versions TKGATE_TCLTK_VERSIONS       setconfigvar tcltk_versions TKGATE_TCLTK_VERSIONS
      setconfigvar jp_tcltk_versions TKGATE_JP_TCLTK_VERSIONS       setconfigvar jp_tcltk_versions TKGATE_JP_TCLTK_VERSIONS

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb