blob: d7ea1305a07df0544154c21e3753a1aed9f6ed0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-docs_docs.gpr,v 1.1 2012/07/08 20:14:28 marino Exp $
--- docs/docs.gpr.orig 2011-01-25 20:53:19.000000000 +0000
+++ docs/docs.gpr
@@ -55,7 +55,7 @@ project Docs is
package Binder is
for Default_Switches ("Ada")
- use Shared.Builder'Default_Switches ("Ada") & ("-static");
+ use Shared.Builder'Default_Switches ("Ada");
end Binder;
-------------
|