summaryrefslogtreecommitdiff
path: root/graphics/gts/files/patch-src__rounding.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/gts/files/patch-src__rounding.h
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'graphics/gts/files/patch-src__rounding.h')
-rw-r--r--graphics/gts/files/patch-src__rounding.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gts/files/patch-src__rounding.h b/graphics/gts/files/patch-src__rounding.h
new file mode 100644
index 000000000000..666d1c1354a5
--- /dev/null
+++ b/graphics/gts/files/patch-src__rounding.h
@@ -0,0 +1,16 @@
+--- src/rounding.h.orig Mon Jun 17 12:05:45 2002
++++ src/rounding.h Wed Sep 24 12:57:41 2003
+@@ -28,11 +28,11 @@
+ _FPU_SETCW(fpu_round_double); }
+ # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
+ #else /* not HAVE_FPU_CONTROL_H */
+-# ifdef __FreeBSD__
++# ifdef HAVE_FROATINGPOINT_H
+ # include <floatingpoint.h>
+ # define FPU_ROUND_DOUBLE (fpsetprec(FP_PD))
+ # define FPU_RESTORE (fpsetprec(FP_PE))
+-# else /* not __FreeBSD__ */
++# else /* not HAVE_FROATINGPOINT_H */
+ # ifdef WIN32
+ # ifdef _MSC_VER
+ # include <float.h>