summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2015-10-09 13:31:49 (GMT)
committerstu <stwo@users.sourceforge.net>2015-10-09 13:31:49 (GMT)
commit496701e1edf870a41c1a4022efbd457a5a73e7fd (patch)
tree01f3a0b6db959abce4c53484e442a2da1d7d7340 /unix/tcl.m4
parent0fd7498333267e04ada475c48f369451aa941a5e (diff)
downloadtk-496701e1edf870a41c1a4022efbd457a5a73e7fd.zip
tk-496701e1edf870a41c1a4022efbd457a5a73e7fd.tar.gz
tk-496701e1edf870a41c1a4022efbd457a5a73e7fd.tar.bz2
Tk/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b9f4896..4b9543c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1500,7 +1500,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
;;
*)
case "$arch" in
- alpha|sparc64)
+ alpha|sparc|sparc64)
SHLIB_CFLAGS="-fPIC"
;;
*)