mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
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>
12 lines
384 B
Text
12 lines
384 B
Text
$NetBSD: patch-include_include.gpr,v 1.1 2012/07/08 20:14:28 marino Exp $
|
|
|
|
--- include/include.gpr.orig 2011-01-25 20:52:57.000000000 +0000
|
|
+++ include/include.gpr
|
|
@@ -40,6 +40,7 @@ project Include is
|
|
|
|
for Library_Name use "aws_include";
|
|
for Library_Kind use Shared.Library_Type;
|
|
+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@");
|
|
|
|
---------
|
|
-- Ide --
|