diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-08-02 08:33:44 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-08-02 17:50:19 +0200 |
commit | be6609877781bdb973cad78b618bfb802b7008bc (patch) | |
tree | 67e96bc5b5296b329895293f7fdc73d49fde4cf0 | |
parent | textproc/xml2rfc: Update to 3.30.0 (diff) |
misc/ola: Mark BROKEN on FreeBSD 13 and 14
Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
Reported by: pkg-fallout and local builds
-rw-r--r-- | misc/ola/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/ola/Makefile b/misc/ola/Makefile index b62a7e2b874b..ae9c17a3d2c0 100644 --- a/misc/ola/Makefile +++ b/misc/ola/Makefile @@ -15,6 +15,9 @@ WWW= https://www.openlighting.org/ola/ \ LICENSE= GPLv2+ +BROKEN_FreeBSD_14= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' +BROKEN_FreeBSD_13= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' + LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libftdi1.so:devel/libftdi1 \ libmicrohttpd.so:www/libmicrohttpd \ |