forked from Lainports/freebsd-ports
multimedia/lms: unbreak build after boost upgrade
PR: 246106 Obtained from: upstream
This commit is contained in:
parent
8f9164caf1
commit
e8522ff072
2 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= lms
|
||||
DISTVERSION= 3.28.0
|
||||
PORTREVISION= 1
|
||||
MASTER_SITES= https://github.com/epoupon/lms/archive/refs/tags/v${DISTVERSION}${EXTRACT_SUFX}?dummy=/
|
||||
CATEGORIES= multimedia
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
--- src/libs/services/auth/include/services/auth/IPasswordService.hpp
|
||||
+++ src/libs/services/auth/include/services/auth/IPasswordService.hpp
|
||||
@@ -20,6 +20,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
+#include <optional>
|
||||
|
||||
#include <boost/asio/ip/address.hpp>
|
||||
#include <Wt/WDateTime.h>
|
||||
Loading…
Add table
Reference in a new issue