aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlada/files/patch-schema_schema.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlada/files/patch-schema_schema.gpr')
-rw-r--r--textproc/xmlada/files/patch-schema_schema.gpr10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/xmlada/files/patch-schema_schema.gpr b/textproc/xmlada/files/patch-schema_schema.gpr
index 16bd402f056e..640b8f760773 100644
--- a/textproc/xmlada/files/patch-schema_schema.gpr
+++ b/textproc/xmlada/files/patch-schema_schema.gpr
@@ -1,11 +1,9 @@
-$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.orig 2013-06-30 18:36:28.000000000 +0000
+++ schema/schema.gpr
-@@ -10,6 +10,7 @@ project Schema is
- for Object_Dir use "obj/" & Project'Library_Kind;
+@@ -11,6 +11,7 @@ project Schema is
for Library_Dir use "lib/" & Project'Library_Kind;
- for Library_Version use "lib" & Project'Library_Name & ".so." & Shared.Version;
+ for Library_Version use "lib" & Project'Library_Name
+ & Shared.So_Ext & "." & Shared.Version;
+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@");
package Builder renames Shared.Builder;