ports/devel/ahven/files/ahven.gpr
John Marino ddf1f16d65 devel/ahven: Upgrade version 2.4 => 2.6
I could not use the comfignat build system.  For starters it creates
a dynamic library which, when used, has troubling finding libgnarl.
If I make changes to force it to build statically, the programms that
link to it fail with a STORAGE ERROR.

Finally I just put all the build and install steps in the port makefile
and everything is working as it did with version 2.4
2015-11-07 16:05:51 +00:00

7 lines
247 B
Text

library project Ahven is
for Library_Name use "ahven";
for Library_Kind use "static";
for Source_Dirs use ("../../include/ahven");
for Library_Dir use "../../lib/ahven";
for Externally_Built use "true";
end Ahven;