freebsd-ports/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr
Baptiste Daroussin f743ddb190 Split demos out of www/aws:
Comment out 2 demos that doesn't build
LDAP demo now builds
SSL demos are now switched properly
Supports USES+= ada

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

11 lines
449 B
Text

--- demos/test_ldap/test_ldap.gpr.orig 2013-04-25 23:03:26.000000000 +0200
+++ demos/test_ldap/test_ldap.gpr 2013-04-25 23:03:52.000000000 +0200
@@ -42,7 +42,7 @@
when "Windows_NT" =>
for Default_Switches ("Ada") use ("-lwldap32");
when others =>
- for Default_Switches ("Ada") use ("-lldap");
+ for Default_Switches ("Ada") use ("-L@PREFIX@/lib", "-lldap");
end case;
end Linker;