d73776134f
From its beginning, Florist required a gcc 3.x series Ada compiler to build, and this compiler hasn't been building for most platforms for quite some time. With the recent import of lang/gcc-aux which accepts USE_LANGUAGES+= ada, it's possible to build Florist again. 1) Update to Adacore-maintained version, GPL 2012 2) Update the license (GPLv3) The time elapsed between versions is approximately 12 years, but no Changelog exists to show what has been updated.
4 lines
100 B
Text
4 lines
100 B
Text
#define _XOPEN_SOURCE
|
|
#define _XOPEN_SOURCE_EXTENDED 1
|
|
#define _REENTRANT
|
|
#define _P1003_1B_VISIBLE
|