mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50: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
438 B
Text
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;
|