aboutsummaryrefslogtreecommitdiff
path: root/lang/tclX
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-06-02 20:08:36 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-06-02 20:08:36 +0000
commitea7679addd1bd4b76cd7bd65f1a17a00436a3b9c (patch)
treea6a05434e637b2431837901f7ee3df21daa59867 /lang/tclX
parentdf6809b3df1bd0744d88df075b41f48f8a832603 (diff)
downloadports-ea7679addd1bd4b76cd7bd65f1a17a00436a3b9c.tar.gz
ports-ea7679addd1bd4b76cd7bd65f1a17a00436a3b9c.zip
Be sure -fPIC is used on Sparc64.
Notes
Notes: svn path=/head/; revision=82052
Diffstat (limited to 'lang/tclX')
-rw-r--r--lang/tclX/files/patch-ae8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/tclX/files/patch-ae b/lang/tclX/files/patch-ae
index 77a2d2654139..0f5976564f83 100644
--- a/lang/tclX/files/patch-ae
+++ b/lang/tclX/files/patch-ae
@@ -1,5 +1,11 @@
---- configure.orig Sun Feb 6 18:54:02 2000
+--- configure Sun Feb 6 18:54:02 2000
+++ configure Thu Jul 13 14:29:54 2000
+@@ -820,3 +820,5 @@
+
++if [ `uname -m` != sparc64 ]; then
+ TCL_SHLIB_CFLAGS=`echo "$TCL_SHLIB_CFLAGS" |sed -e "s|-fPIC|-fpic|" -e "s|-PIC|-pic|" -e "s|-K PIC|-K pic|" -e "s|-KPIC|-Kpic|" -e "s|+Z|+z|"`
++fi
+
@@ -2088,8 +2088,11 @@
;;
FreeBSD-*)