[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.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- configure.orig     Fri Jan 26 02:12:13 2007
                      3: +++ configure  Fri Jan  4 22:50:04 2008
                      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:  ##################################################################
                     26: @@ -864,7 +864,7 @@ if [ $notests = 0 ]; then
                     27:      setconfigvar tcltk_versions TKGATE_TCLTK_VERSIONS
                     28:      setconfigvar jp_tcltk_versions TKGATE_JP_TCLTK_VERSIONS
                     29:
                     30: -    homedir="${homedirbase}/tkgate-$gateversion"
                     31: +    homedir="${homedirbase}/tkgate"
                     32:      find_tcltk_version
                     33:      tcltk_ok_check
                     34:      langsetup

CVSweb