diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-04 12:39:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-04 12:39:31 +0800 |
commit | ce293b18c4ed40d12602c5bcd2f2565802e77a54 (patch) | |
tree | ac2a3449e06ed5f7fe75a1f81678ba514230f42d /lang/tcl84 | |
parent | 9ddd75b4012d29f5fc93aedff93f800d2e22b18e (diff) | |
download | freebsd-ports-graphics-ce293b18c4ed40d12602c5bcd2f2565802e77a54.tar.gz freebsd-ports-graphics-ce293b18c4ed40d12602c5bcd2f2565802e77a54.tar.zst freebsd-ports-graphics-ce293b18c4ed40d12602c5bcd2f2565802e77a54.zip |
- back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index d892531883b..a556e53b38f 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -36,9 +36,6 @@ 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 \ |