From bc087374d35aa9c841dd63d44e9c9697702921ed Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:32:45 +0000 Subject: Update to use Tcl/Tk version 8.2. Submitted by: Ade Lovett --- graphics/geomview/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/geomview/files/patch-aa') diff --git a/graphics/geomview/files/patch-aa b/graphics/geomview/files/patch-aa index 8f9026969a27..ef5c8bc62565 100644 --- a/graphics/geomview/files/patch-aa +++ b/graphics/geomview/files/patch-aa @@ -36,8 +36,8 @@ # indicate cc options to find tk-related libraries and include-files. -# TKLIBS = -L/usr/local/lib -ltk -ltcl -L${SYSXLIBDIR} -lX11 -# TKINC = -I/u/share/include -+TKLIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -L${SYSXLIBDIR} -lX11 -+TKINC = -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 ++TKLIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -L${SYSXLIBDIR} -lX11 ++TKINC = -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 # Choose or adapt one of the following sets of definitions. -- cgit v1.2.3