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

Annotation of ports/cad/tkgate/patches/patch-configure, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! nbrk        2: --- configure.orig     Fri Jan 26 04:12:13 2007
        !             3: +++ configure  Thu Feb  5 23:03:04 2009
1.1       yason       4: @@ -32,7 +32,7 @@
                      5:  # Note: All options (except list of compilers) are now set in config.h
                      6:
                      7:  # List of possible compliers
                      8: -compilers="gcc cc"
                      9: +compilers=${CC}
                     10:
                     11:  ##################################################################
                     12:  #
                     13: @@ -68,9 +68,9 @@ done
                     14:  #
                     15:  # Initialize some variables (add to these as we find what we need)
                     16:  #
                     17: -LPATH=""
                     18: -IPATH=""
                     19: -LIBS=""
                     20: +LPATH=${LDFLAGS}
                     21: +IPATH=${CFLAGS}
                     22: +LIBS=${LIBS}
                     23:  TCLTKOK=1
                     24:
                     25:  ##################################################################
1.2     ! nbrk       26: @@ -823,7 +823,7 @@ domkdep()
        !            27:  doAutoLang()
        !            28:  {
        !            29:    if [ X$lang = Xauto ]; then
        !            30: -    if [ \( X$LANG \> Xja -o X$LANG = Xja \) -a X$LANG \< Xjb ]; then
        !            31: +    if [ X$LANG = Xja ]; then
        !            32:        echo "Auto-configuring language to 'ujp' (LANG=$LANG)."
        !            33:        lang=ujp
        !            34:      else
1.1       yason      35: @@ -864,7 +864,7 @@ if [ $notests = 0 ]; then
                     36:      setconfigvar tcltk_versions TKGATE_TCLTK_VERSIONS
                     37:      setconfigvar jp_tcltk_versions TKGATE_JP_TCLTK_VERSIONS
                     38:
                     39: -    homedir="${homedirbase}/tkgate-$gateversion"
                     40: +    homedir="${homedirbase}/tkgate"
                     41:      find_tcltk_version
                     42:      tcltk_ok_check
                     43:      langsetup

CVSweb