Files
pkgsrc-ng/textproc/xmlada/patches/patch-af
2013-09-26 17:14:40 +02:00

13 lines
531 B
Plaintext

$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;