aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2003-06-03 04:08:36 +0800
committermi <mi@FreeBSD.org>2003-06-03 04:08:36 +0800
commit87610a8d5af369cbc6c85f5b39f95f6fea63f061 (patch)
treeb2833a254f2c026cbb96f760ae4c6d863eace105 /lang
parentbb27eaf561439e1d3157de9a28346bca7dd9de14 (diff)
downloadfreebsd-ports-gnome-87610a8d5af369cbc6c85f5b39f95f6fea63f061.tar.gz
freebsd-ports-gnome-87610a8d5af369cbc6c85f5b39f95f6fea63f061.tar.zst
freebsd-ports-gnome-87610a8d5af369cbc6c85f5b39f95f6fea63f061.zip
Be sure -fPIC is used on Sparc64.
Diffstat (limited to 'lang')
-rw-r--r--lang/tclX/files/patch-ae8
-rw-r--r--lang/tclX82/files/patch-ae8
2 files changed, 14 insertions, 2 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-*)
diff --git a/lang/tclX82/files/patch-ae b/lang/tclX82/files/patch-ae
index 77a2d2654139..0f5976564f83 100644
--- a/lang/tclX82/files/patch-ae
+++ b/lang/tclX82/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-*)