aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlada/files/patch-sax_sax.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlada/files/patch-sax_sax.gpr')
-rw-r--r--textproc/xmlada/files/patch-sax_sax.gpr10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/xmlada/files/patch-sax_sax.gpr b/textproc/xmlada/files/patch-sax_sax.gpr
index 729be0672433..8353dabb93ab 100644
--- a/textproc/xmlada/files/patch-sax_sax.gpr
+++ b/textproc/xmlada/files/patch-sax_sax.gpr
@@ -1,11 +1,9 @@
-$NetBSD: patch-ac,v 1.2 2012/07/08 20:03:08 marino Exp $
-
---- sax/sax.gpr.orig 2011-10-08 19:18:44.000000000 +0000
+--- sax/sax.gpr.orig 2013-06-30 18:36:28.000000000 +0000
+++ sax/sax.gpr
-@@ -9,6 +9,7 @@ project Sax is
- for Object_Dir use "obj/" & Project'Library_Kind;
+@@ -10,6 +10,7 @@ project Sax 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;