pkgsrc/www/aws/patches/patch-config__projects__aws.gpr
marino bb3560846e www/aws: Update to from version 2.10.0 to 3.1.0
There is no dedicated change log but version 2.10 was introduced to
pkgsrc 2.5 years ago.  The current capability is described by
http://docs.adacore.com/aws-docs/aws.html

This is roughly equivalent to Adacore release 2013 of aws.
The "gnutls" option was added as an alternative to ssl.
2013-07-07 23:46:50 +00:00

14 lines
442 B
Text

$NetBSD: patch-config__projects__aws.gpr,v 1.1 2013/07/07 23:46:50 marino Exp $
BSD doesn't use libdl although DragonFly will tolerate it.
--- config/projects/aws.gpr.orig 2013-07-03 01:11:54.000000000 +0000
+++ config/projects/aws.gpr
@@ -22,7 +22,6 @@ with "aws/aws_crypto_lib";
with "aws/aws_ssl_support";
with "aws/aws_ssl_lib";
with "aws/aws_ssl_error_lib";
-with "aws/aws_dl_lib";
with "aws/aws_shared";
with "aws/aws_config";