ports/textproc/xmlada/files/patch-schema_schema.gpr
John Marino 9b53cec7dd textproc/xmlada: Upgrade version 4.4.0.0 (2013) => 4.4.2.0 (2014)
The annual Adacore release happened!

Notable changes:
 * parallel build supported now
 * generated plist converted to static plist
 * License installed now (it was only defined before)
 * Restriction of building dynamic libraries on FreeBSD 8 removed; the
   issue wasn't with this port but rather configuring the Ada compiler to
   use the system linker.  Using binutils 2.24 linker fixed the issue.
2014-05-15 17:20:35 +00:00

10 lines
438 B
Text

--- schema/schema.gpr.orig 2014-04-10 13:48:38.000000000 +0000
+++ schema/schema.gpr
@@ -11,6 +11,7 @@ project Schema is
for Library_Dir use "lib/" & Project'Library_Kind;
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;
package Compiler renames Shared.Compiler;