summaryrefslogtreecommitdiff
path: root/x11-toolkits/blt
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-21 03:49:27 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-21 03:49:27 +0000
commit9ac3aad70921023ca925408259d348d3bedc4cb7 (patch)
tree07df1ce29f9ef10b76f1a397b5ce3bf3747b3937 /x11-toolkits/blt
parentReally convert to ELF. I forget the '-I' switch to patch when I (diff)
Urk, commit the right patch this time.
Noticed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes
Notes: svn path=/head/; revision=14139
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r--x11-toolkits/blt/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/blt/files/patch-aa b/x11-toolkits/blt/files/patch-aa
index 24f5221bbd6f..4425ca13a96b 100644
--- a/x11-toolkits/blt/files/patch-aa
+++ b/x11-toolkits/blt/files/patch-aa
@@ -1,5 +1,5 @@
--- configure.orig Tue Aug 18 21:10:09 1998
-+++ configure Wed Oct 14 00:04:15 1998
++++ configure Tue Oct 20 22:42:43 1998
@@ -2298,6 +2298,9 @@
$blt_ckcmd_tcl_home \
$blt_ckcmd_tcl_home/lib \
@@ -47,7 +47,7 @@
if test "$test_ok" = yes; then
SHLIB_CFLAGS="-fpic"
SHLIB_LD="ld"
-- SHLIB_LD_FLAGS="-Bshared -x"
+- SHLIB_LD_FLAGS="-Bshareable -x"
- SHLIB_SUFFIX=".so"
+ if test `objformat` = "elf"; then
+ SHLIB_LD_FLAGS="-Bshareable -x -soname \$@"