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

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

version 1.1, 2008/11/10 13:11:23 version 1.2, 2009/01/21 10:55:51
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- config.h.orig       Tue Jan 30 04:45:09 2007  --- config.h.orig       Tue Jan 30 06:45:09 2007
 +++ config.h    Fri Jan  4 22:39:02 2008  +++ config.h    Wed Jan 21 13:37:21 2009
   @@ -39,7 +39,7 @@
    /*
      Tcl/Tk Version numbers to use.
    */
   -#define TKGATE_TCLTK_VERSIONS          "8.4 8.3 8.2 8.1 8.0"
   +#define TKGATE_TCLTK_VERSIONS          "8.5 8.4 8.3 8.2 8.1 8.0"
   
    /*
      Japanese Tcl/Tk Version numbers to use.
 @@ -52,13 +52,13 @@  @@ -52,13 +52,13 @@
    double quotes and should be all one one line.  This list is used to     double quotes and should be all one one line.  This list is used to
    find X11, tcl and tk.     find X11, tcl and tk.
Line 108 
Line 117 
  #endif   #endif
  #ifndef TKGATE_IPATH   #ifndef TKGATE_IPATH
 -#define TKGATE_IPATH            -I/usr/local/include/tk8.4 -I/usr/local/include/tcl8.4 -I/usr/X11R6/include  -#define TKGATE_IPATH            -I/usr/local/include/tk8.4 -I/usr/local/include/tcl8.4 -I/usr/X11R6/include
 +#define TKGATE_IPATH            -I!!PREFIX!!/include/tk8.4 -I!!PREFIX!!/include/tcl8.4 -I/usr/X11R6/include  +#define TKGATE_IPATH            -I!!PREFIX!!/include/tk${MODTK_VERSION} -I!!PREFIX!!/include/tcl${MODTK_VERSION} -I/usr/X11R6/include
  #endif   #endif
  #ifndef TKGATE_LIBS   #ifndef TKGATE_LIBS
  #define TKGATE_LIBS             -ltk84 -ltcl84 -lX11 -lm  -#define TKGATE_LIBS             -ltk84 -ltcl84 -lX11 -lm
   +#define TKGATE_LIBS             -ltk85 -ltcl85 -lX11 -lm
  #endif   #endif
   
  #ifndef TKGATE_HOMEDIR   #ifndef TKGATE_HOMEDIR

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

CVSweb