diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-04-10 12:48:51 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-04-10 12:48:51 +0000 |
commit | f899d4e578a3011b0ac108916ab34232d5c83e42 (patch) | |
tree | f2f1f2356f0c715ab4be2d6f170ddba88a9f8ccd /debian/rules.patch | |
parent | 50a6792f883db69d4eb69992aa1c220828dfef0e (diff) | |
download | gcc-5-f899d4e578a3011b0ac108916ab34232d5c83e42.tar.gz |
* Re-enable building the D frontend. Closes: #782254.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7961 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.patch')
-rw-r--r-- | debian/rules.patch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index 47c5af1..20be96b 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -164,7 +164,6 @@ ifeq ($(with_d),yes) endif ifeq ($(with_libphobos),yes) debian_patches += gdc-libphobos-build - debian_patches += libphobos-configury else debian_patches += gdc-driver-nophobos endif |