diff options
-rw-r--r-- | devel/ada-util/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ada-util/Makefile b/devel/ada-util/Makefile index c208150e118e..2c1f54b2fac8 100644 --- a/devel/ada-util/Makefile +++ b/devel/ada-util/Makefile @@ -12,6 +12,9 @@ COMMENT= Utility library for Ada 2005 applications LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_FreeBSD_12= 'struct stat' has no member named 'st_lspare' +BROKEN_FreeBSD_13= 'struct stat' has no member named 'st_lspare' + BUILD_DEPENDS= gprbuild:devel/gprbuild \ ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven LIB_DEPENDS= libcurl.so:ftp/curl |