aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-03-03 04:06:10 +0000
committerCy Schubert <cy@FreeBSD.org>2011-03-03 04:06:10 +0000
commite9593a1133ad81c05a6a344c896c582ec4b1e4e1 (patch)
tree5a20c35e193d4a03eec99373038bc09d6327b9b4 /lang
parentdbe2a133a7ea0de8f1f8dbd5e07ad74523eb92d2 (diff)
downloadports-e9593a1133ad81c05a6a344c896c582ec4b1e4e1.tar.gz
ports-e9593a1133ad81c05a6a344c896c582ec4b1e4e1.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/dmd2/files/patch-druntime-src-core-stdc-math.d16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/dmd2/files/patch-druntime-src-core-stdc-math.d b/lang/dmd2/files/patch-druntime-src-core-stdc-math.d
index 3841b622129f..620975e3a877 100644
--- a/lang/dmd2/files/patch-druntime-src-core-stdc-math.d
+++ b/lang/dmd2/files/patch-druntime-src-core-stdc-math.d
@@ -1,11 +1,11 @@
--- ../druntime/src/core/stdc/math.d.orig 2010-11-30 13:56:26.000000000 +0000
+++ ../druntime/src/core/stdc/math.d 2010-11-30 13:56:50.000000000 +0000
@@ -479,7 +479,7 @@
- // but we can approximate.
- version( FreeBSD )
- {
-- version (all) // < 8-CURRENT
-+ version (none) // < 8-CURRENT
- {
- real acosl(real x) { return acos(x); }
- real asinl(real x) { return asin(x); }
+ // but we can approximate.
+ version( FreeBSD )
+ {
+- version (all) // < 8-CURRENT
++ version (none) // < 8-CURRENT
+ {
+ real acosl(real x) { return acos(x); }
+ real asinl(real x) { return asin(x); }