mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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.
10 lines
423 B
Text
10 lines
423 B
Text
--- sax/sax.gpr.orig 2014-04-10 13:48:38.000000000 +0000
|
|
+++ sax/sax.gpr
|
|
@@ -10,6 +10,7 @@ project Sax 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;
|