1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/aws/files/patch-docs_docs.gpr
Baptiste Daroussin 8f3258f077 support USES+= ada
Remove demos and put then in another port (they require aws to be installed before they can build)
Fix LDAP support
Fix PLIST in multiple places
Fix RPATH issues (tested in pkgsrc)
Fix gcc-aux incompatibilities
Use new gprbuild port
convert to new options framework
support multijob building
Remove demos
Rename ipv6 options to ip6 to avoid having it on by default.

PR:		ports/178163
Submitted by:	John Marino <draco@marino.st>
2013-04-30 12:13:12 +00:00

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;
-------------