diff options
author | 2014-10-16 14:06:55 +0200 | |
---|---|---|
committer | 2014-10-16 14:06:55 +0200 | |
commit | 37ec0e5d8d648e25168ddaf507a885582cab1672 (patch) | |
tree | 39d0c5523208aeab3840373737e0b83d24013a64 /dev-lang/dmd/files | |
parent | Now that dlang.eclass can filter unstable compiler USE-flags, I stabilized th... (diff) | |
download | dlang-37ec0e5d8d648e25168ddaf507a885582cab1672.tar.gz dlang-37ec0e5d8d648e25168ddaf507a885582cab1672.tar.bz2 dlang-37ec0e5d8d648e25168ddaf507a885582cab1672.zip |
Bumped version of dmd and added the magic "-*" arch keyword to mean "no other architectures than amd64 and x86 are supported by dmd binary releases. x32 is probably coming though.
Diffstat (limited to 'dev-lang/dmd/files')
-rw-r--r-- | dev-lang/dmd/files/2.066.1-phobos-makefile.patch (renamed from dev-lang/dmd/files/2.066.0-phobos-makefile.patch) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-lang/dmd/files/2.066.0-phobos-makefile.patch b/dev-lang/dmd/files/2.066.1-phobos-makefile.patch index c1d40ad..0131bd7 100644 --- a/dev-lang/dmd/files/2.066.0-phobos-makefile.patch +++ b/dev-lang/dmd/files/2.066.1-phobos-makefile.patch @@ -79,9 +79,3 @@ ########################################################### # html documentation -@@ -424,4 +435,4 @@ - cat $(DOCSRC)/std_consolidated_header.html $(BIGHTMLS) \ - $(DOCSRC)/std_consolidated_footer.html > $(DOC_OUTPUT_DIR)/std_consolidated.html - --############################# -+############################# |