- Removal of three patches; call bootstrap directly. - Distinfo for bootstrap is now in its own distfile. - Make examples optional. - Use GH instead of distrubuted .zip file. - Fully implement options helpers. PR: 217076 Submitted by: John Colvin <john.loughran.colvin@gmail.com>
8 lines
486 B
Text
8 lines
486 B
Text
--- dmd/ini/freebsd/bin64/dmd.conf.orig 2014-10-15 19:23:36.000000000 -0700
|
|
+++ dmd/ini/freebsd/bin64/dmd.conf 2015-02-24 16:08:20.814712651 -0800
|
|
@@ -2,4 +2,4 @@
|
|
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic
|
|
|
|
[Environment64]
|
|
-DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib64 -L--export-dynamic
|
|
+DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib -L--export-dynamic
|