mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
$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;
|
|
|
|
-------------
|