1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/lang/itcl/files/patch-aa
Chuck Robey f88adba033 Update itcl to 2.1. Large port, carries around it's own patched
copies of tcl7.5 amd tk4.1, as well as new widget collection.
Reviewed by:	(preliminary version) Satoshi
1996-08-24 03:52:11 +00:00

12 lines
268 B
Plaintext

--- tcl7.5/unix/configure.orig Sat Aug 17 18:36:48 1996
+++ tcl7.5/unix/configure Sat Aug 17 18:37:07 1996
@@ -4400,7 +4400,7 @@
fi
else
if test "$AIX" = "yes"; then
- TEST_SUFFIX="${.a}"
+ TEST_SUFFIX=".a"
else
TEST_SUFFIX="${SHLIB_SUFFIX}"
fi