aboutsummaryrefslogtreecommitdiffstats
path: root/lang/dmd2
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2011-03-03 12:06:10 +0800
committercy <cy@FreeBSD.org>2011-03-03 12:06:10 +0800
commit466ee3e9a8a99729241d8d37f8afe55dfab48fe2 (patch)
tree1b5c923304f45bb1f1b2e4612af0fcb7d4b75a29 /lang/dmd2
parent01e7593b3c4e4c327cdbc96b095e285a58757ba5 (diff)
downloadfreebsd-ports-gnome-466ee3e9a8a99729241d8d37f8afe55dfab48fe2.tar.gz
freebsd-ports-gnome-466ee3e9a8a99729241d8d37f8afe55dfab48fe2.tar.zst
freebsd-ports-gnome-466ee3e9a8a99729241d8d37f8afe55dfab48fe2.zip
This files contains trailing CRLF (msdos format). Remove the trailing CR,
converting the CRLF at the end of each line to LF.
Diffstat (limited to 'lang/dmd2')
-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); }