- use ieee fp math

spotted&tested&ok naddy@
This commit is contained in:
martynas 2008-09-11 21:45:43 +00:00
parent 03a3f265a3
commit c21eea9522
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2008/02/19 13:25:18 deanna Exp $
# $OpenBSD: Makefile,v 1.9 2008/09/11 21:45:43 martynas Exp $
COMMENT= city-building simulation
DISTNAME= micropolis-20080211
PKGNAME= ${DISTNAME}p0
WRKDIST= ${WRKDIR}/micropolis
CATEGORIES= games

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_tclx_config_linux,v 1.1 2008/09/11 21:45:43 martynas Exp $
--- src/tclx/config/linux.orig Mon Feb 4 04:52:26 2008
+++ src/tclx/config/linux Thu Sep 11 22:55:35 2008
@@ -4,7 +4,7 @@
# $Id: patch-src_tclx_config_linux,v 1.1 2008/09/11 21:45:43 martynas Exp $
#------------------------------------------------------------------------------
#
-SYS_DEP_FLAGS=-DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF
+SYS_DEP_FLAGS=-DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -DTCL_IEEE_FP_MATH
LIBS=-lm
RANLIB_CMD=ranlib
MCS_CMD=true