diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-27 00:32:36 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-27 00:32:36 +0000 |
commit | 248831da74b2a7704f5e91fa293360f79fe36406 (patch) | |
tree | cdc40c157db6b3787f8828fc7d3bd94e55991fe1 /graphics/geomview/files | |
parent | Update to Beta2 (diff) |
Minor Makefile fixups.
Add Id to Makefile.
Make build with tk 4.2 and remove BROKEN
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 83f00f5900ca..7284cba19d89 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 -ltk41 -ltcl -L${SYSXLIBDIR} -lX11 -+TKINC = -I${LOCALBASE}/include ++TKLIBS = -L${LOCALBASE}/lib -ltk42 -ltcl76 -L${SYSXLIBDIR} -lX11 ++TKINC = -I${LOCALBASE}/include/tcl7.6 -I${LOCALBASE}/include/tk4.2 # Choose or adapt one of the following sets of definitions. |