ports/textproc/xmlada/files/patch-input__sources_input__sources.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
564 B
Text

$NetBSD: patch-ae,v 1.2 2012/07/08 20:03:08 marino Exp $
--- input_sources/input_sources.gpr.orig 2011-10-08 19:18:37.000000000 +0000
+++ input_sources/input_sources.gpr
@@ -8,6 +8,7 @@ project Input_Sources 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;