summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-11-18 00:32:21 +0000
committerhubertf <hubertf@pkgsrc.org>1997-11-18 00:32:21 +0000
commit56e16f849eaa54997b312aa282ee8802d6c7272b (patch)
treeee09aaafac492d8733ca07cf6ea90fc43940b6c0 /lang
parent716f7358025f6acec71dc5b80ef98657b6b8769d (diff)
downloadpkgsrc-56e16f849eaa54997b312aa282ee8802d6c7272b.tar.gz
-fpic -> -fPIC, to stop tk breaking on m68k machines.
Fixes PR pkg/4499 by Brad Salai <bsalai@law.roc.servtech.com>.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl80/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/tcl80/patches/patch-ab b/lang/tcl80/patches/patch-ab
new file mode 100644
index 00000000000..8a583c54b44
--- /dev/null
+++ b/lang/tcl80/patches/patch-ab
@@ -0,0 +1,13 @@
+# -fpic is *not* enough on m68k - HF
+
+--- unix/configure.orig Sun Nov 16 15:37:27 1997
++++ unix/configure Sun Nov 16 15:38:46 1997
+@@ -3744,7 +3744,7 @@
+ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+
+- SHLIB_CFLAGS="-fpic"
++ SHLIB_CFLAGS="-fPIC"
+ SHLIB_LD="ld -Bshareable -x"
+ SHLIB_LD_LIBS=""
+ SHLIB_SUFFIX=".so"