updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / lib32-dmd1-complete / slotcompat.patch
blobc0dc45f070b004f101c04fb8bc3e87698e2db7f4
1 --- dmd/src/dmd/mars.c.old 2010-12-17 19:11:16.000000000 +0100
2 +++ dmd/src/dmd/mars.c 2011-12-20 22:06:56.120581188 +0100
3 @@ -405,7 +405,7 @@
4 #if _WIN32
5 inifilename = inifile(argv[0], "sc.ini");
6 #elif linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4
7 - inifilename = inifile(argv[0], "dmd.conf");
8 + inifilename = inifile(argv[0], "dmd1.conf");
9 #else
10 #error "fix this"
11 #endif