diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-24 10:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-24 10:46:46 +0000 |
commit | 0377132cc9346f109185065986ac9353885756bb (patch) | |
tree | 30666bc81f79b0e024234a31d63805d98a08abc6 | |
parent | 34d21f72b725a52e2ac2a846224e3e93e7430799 (diff) |
graphics/delaboratory: mark BROKEN on FreeBSD >= 13
-rw-r--r-- | graphics/delaboratory/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 9a4d35fd613c..49acd3e294ab 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff +BROKEN_FreeBSD_13= does not build: error: unknown type name 'sem_t' +BROKEN_FreeBSD_14= does not build: error: unknown type name 'sem_t' + USES= compiler:c++11-lib gmake gnome MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" USE_WX= 3.0 |