summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-03 09:54:44 +0000
committerdinoex <dinoex@FreeBSD.org>2003-08-03 09:54:44 +0000
commit9ccd6eb106aa333ad1c2690af857642fe7ad34e4 (patch)
tree1da2cf2535537ed356813987691e264b0148d349 /lang
parent5470d6e7700eeee07991df7dc530f1beda6645a7 (diff)
downloadFreeBSD-ports-9ccd6eb106aa333ad1c2690af857642fe7ad34e4.zip
FreeBSD-ports-9ccd6eb106aa333ad1c2690af857642fe7ad34e4.tar.gz
- NOT_FOR_ARCHS amd64, fpsetround does not exist.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl82/Makefile3
-rw-r--r--lang/tcl83/Makefile3
-rw-r--r--lang/tcl84/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile
index 526b50e..9707969 100644
--- a/lang/tcl82/Makefile
+++ b/lang/tcl82/Makefile
@@ -29,6 +29,9 @@ NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
USE_REINPLACE= YES
PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82
+# we need fpsetround
+NOT_FOR_ARCHS= amd64
+
MAN1= tclsh.1
MAN3= Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile
index 0bd62be..e7e2970 100644
--- a/lang/tcl83/Makefile
+++ b/lang/tcl83/Makefile
@@ -31,6 +31,9 @@ NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
USE_REINPLACE= YES
PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83
+# we need fpsetround
+NOT_FOR_ARCHS= amd64
+
MAN1= tclsh.1
MAN3= Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index a556e53..d892531 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --enable-threads
PKGNAMESUFFIX?= -threads
.endif
+# we need fpsetround
+NOT_FOR_ARCHS= amd64
+
MAN1= tclsh.1
MAN3= Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \
OpenPOWER on IntegriCloud