mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
12 lines
472 B
Plaintext
12 lines
472 B
Plaintext
$NetBSD: patch-aj,v 1.5 2015/12/29 18:17:04 dholland Exp $
|
|
|
|
Use pkgsrc tcl.
|
|
|
|
--- System/Platforms/tcltk/Make.target.inc.orig Thu May 2 17:21:52 2002
|
|
+++ System/Platforms/tcltk/Make.target.inc Thu May 2 17:21:35 2002
|
|
@@ -1,2 +1,2 @@
|
|
-TCL_LIB_NAME = $(shell if [ -e /usr/lib/libtcl8.0.so ] ; then echo "tcl8.0" ; else echo "tcl"; fi)
|
|
-TK_LIB_NAME = $(shell if [ -e /usr/lib/libtk8.0.so ] ; then echo "tk8.0" ; else echo "tk"; fi)
|
|
+TCL_LIB_NAME = tcl86
|
|
+TK_LIB_NAME = tk86
|