summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/dmd/files/slot-compat.patch')
-rw-r--r--dev-lang/dmd/files/slot-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/dmd/files/slot-compat.patch b/dev-lang/dmd/files/slot-compat.patch
new file mode 100644
index 000000000..8a9075877
--- /dev/null
+++ b/dev-lang/dmd/files/slot-compat.patch
@@ -0,0 +1,11 @@
+--- dmd/mars.c.old 2010-12-17 19:11:16.000000000 +0100
++++ dmd/mars.c 2011-12-20 22:06:56.120581188 +0100
+@@ -405,7 +405,7 @@
+ #if _WIN32
+ inifilename = inifile(argv[0], "sc.ini");
+ #elif linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4
+- inifilename = inifile(argv[0], "dmd.conf");
++ inifilename = inifile(argv[0], "dmd1.conf");
+ #else
+ #error "fix this"
+ #endif