diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /graphics/togl/files | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/togl/files')
-rw-r--r-- | graphics/togl/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/togl/files/patch-aa b/graphics/togl/files/patch-aa index bc5ff3eef199..f822268bc903 100644 --- a/graphics/togl/files/patch-aa +++ b/graphics/togl/files/patch-aa @@ -20,9 +20,9 @@ -# Where to find tcl.h, tk.h, OpenGL/Mesa headers, etc: -INCLUDES = -I/usr/local/include -I/usr/include/tcl +# Where to find tc.hl, tk.h, OpenGL/Mesa headers, etc: -+INCLUDES = -I/usr/local/include/tcl8.0 \ -+ -I/usr/local/include/tk8.0 \ -+ -I/usr/local/include/tk8.0/generic \ ++INCLUDES = -I/usr/local/include/tcl8.2 \ ++ -I/usr/local/include/tk8.2 \ ++ -I/usr/local/include/tk8.2/generic \ + -I/usr/X11R6/include \ + -I/usr/include/tcl @@ -33,7 +33,7 @@ # Libraries to link with (-ldl for Linux only?): -LIBS = -ltk -ltcl -lGLU -lGL -L/usr/X11/lib -lX11 -lXmu -lXext -lXt -lm -ldl -+LIBS = -ltk80 -ltcl80 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm ++LIBS = -ltk82 -ltcl82 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm TK_FLAGS = |