diff options
Diffstat (limited to 'misc/ola/Makefile')
-rw-r--r-- | misc/ola/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/ola/Makefile b/misc/ola/Makefile index 1e30be6e83ef..ae9c17a3d2c0 100644 --- a/misc/ola/Makefile +++ b/misc/ola/Makefile @@ -4,6 +4,10 @@ PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/ +PATCH_SITES= https://github.com/OpenLightingProject/${PORTNAME}/commit/ +PATCHFILES+= 321731ce73be4ea79adb2174591ce94695d3e85b.patch:-p1 +PATCHFILES+= 4006f2129f0a6061d59fe5892a2a17c53699a31a.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Open Lighting Architecture: framework for lighting control information WWW= https://www.openlighting.org/ola/ \ @@ -11,7 +15,8 @@ WWW= https://www.openlighting.org/ola/ \ LICENSE= GPLv2+ -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/OpenLightingProject/ola/issues/1982 +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 \ |