diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /graphics/geomview/files | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/geomview/files')
-rw-r--r-- | graphics/geomview/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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. |