dev-ada/langkit: Remove c driver from template
authorTupone Alfredo <tupone@gentoo.org>
Sun, 14 Oct 2018 18:54:08 +0000 (20:54 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Sun, 14 Oct 2018 18:54:08 +0000 (20:54 +0200)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

dev-ada/langkit/files/langkit-2018-gentoo.patch

index aacca6092c1e3c017f0adf98af7b44056ef4c218..52920e906eee069ce4174f2c2d0f8da8caa265c4 100644 (file)
@@ -1,13 +1,3 @@
---- a/langkit/templates/project_file.mako      2017-07-11 14:19:12.841221846 +0200
-+++ b/langkit/templates/project_file.mako      2017-07-11 14:12:39.104981170 +0200
-@@ -111,6 +111,7 @@
-                   --  ... and this prevents OOM on other platforms
-             end case;
-       end case;
-+      for Driver ("C") use External ("GCC", "gcc");
-    end Compiler;
-    package Binder is
 --- a/langkit/compile_context.py       2018-07-04 19:17:08.329346507 +0200
 +++ b/langkit/compile_context.py       2018-07-04 19:17:57.276615724 +0200
 @@ -1684,7 +1684,7 @@