diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-04 04:39:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-04 04:39:31 +0000 |
commit | edab3b7b7e297d265e8a5f84c94a24d5861ad12a (patch) | |
tree | 916ddedd07538c6375867d75af959d3e0f97709b /lang | |
parent | Update to snort 2.0.1 (diff) |
- back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
Notes
Notes:
svn path=/head/; revision=86253
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl82/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl84/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 97079696e9ef..526b50ea4eb6 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -29,9 +29,6 @@ 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 e7e29706b1f3..0bd62be7c3f3 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -31,9 +31,6 @@ 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 d892531883b5..a556e53b38ff 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 \ |