summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-09 08:25:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-09 08:25:50 +0000
commit565f4d8cf865582cdf1a3be76c1cf2d625456900 (patch)
tree69a8259d4e5ef15abcece120a572fca7b4fa3fbf /x11-toolkits/tk82
parentMove source to MASTER_SITE_LOCAL, since ftp.softweyr.com is gone. (diff)
Fix build on sparc64 (-fpic -> -fPIC)
Notes
Notes: svn path=/head/; revision=71466
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r--x11-toolkits/tk82/files/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/tk82/files/patch-aa b/x11-toolkits/tk82/files/patch-aa
index 53582dfa763b..d7c144aeae94 100644
--- a/x11-toolkits/tk82/files/patch-aa
+++ b/x11-toolkits/tk82/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.orig Wed Nov 3 21:38:44 1999
-+++ configure Sun Nov 21 15:55:12 1999
-@@ -1756,7 +1756,7 @@
+--- configure.orig Tue Dec 14 20:00:19 1999
++++ configure Sun Dec 8 19:58:41 2002
+@@ -1757,7 +1757,7 @@
LDFLAGS="-Wl,-Bexport"
LD_SEARCH_FLAGS=""
;;
@@ -9,11 +9,13 @@
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
-@@ -1788,14 +1788,19 @@
+@@ -1788,15 +1788,20 @@
+ 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_CFLAGS="-fPIC"
SHLIB_LD_LIBS=""
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
@@ -31,7 +33,7 @@
else
echo "$ac_t""no" 1>&6
-@@ -2266,6 +2271,7 @@
+@@ -2267,6 +2272,7 @@
echo "$ac_t""no" 1>&6
fi