mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
f88adba033
copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi
12 lines
268 B
Plaintext
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
|