freebsd-ports/textproc/xmlada/files/patch-schema_schema.gpr
Baptiste Daroussin 295c6a5bba Update to use USES=ada
Additionally potential rpath problems have been eliminated that will appear when xmlada is built in a staging area (seen and fixed in pkgsrc). This eliminates need for ldconfig, too.

PR:		ports/178144
Submitted by:	John Marino <draco@marino.st>
2013-04-30 11:49:57 +00:00

12 lines
531 B
Text

$NetBSD: patch-af,v 1.2 2012/07/08 20:03:08 marino Exp $
--- schema/schema.gpr.orig 2011-10-08 19:18:59.000000000 +0000
+++ schema/schema.gpr
@@ -10,6 +10,7 @@ project Schema is
for Object_Dir use "obj/" & Project'Library_Kind;
for Library_Dir use "lib/" & Project'Library_Kind;
for Library_Version use "lib" & Project'Library_Name & ".so." & Shared.Version;
+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@");
package Builder renames Shared.Builder;
package Compiler renames Shared.Compiler;