Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 17:23:42 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0df1ef7cd883 - main - print/scribus-devel: fix build with llvm16
Message-ID:  <202307261723.36QHNgtU020072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0df1ef7cd883e13c0b9983150913208e4a05db40

commit 0df1ef7cd883e13c0b9983150913208e4a05db40
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-07-26 17:20:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-07-26 17:23:41 +0000

    print/scribus-devel: fix build with llvm16
    
    PR:     272673
---
 print/scribus-devel/files/patch-scribus_desaxe_digester.cpp | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/print/scribus-devel/files/patch-scribus_desaxe_digester.cpp b/print/scribus-devel/files/patch-scribus_desaxe_digester.cpp
new file mode 100644
index 000000000000..41a978ccd222
--- /dev/null
+++ b/print/scribus-devel/files/patch-scribus_desaxe_digester.cpp
@@ -0,0 +1,11 @@
+--- scribus/desaxe/digester.cpp.orig	2023-07-26 15:32:48 UTC
++++ scribus/desaxe/digester.cpp
+@@ -448,7 +448,7 @@ automata::NFA<nfa_state_t, token_t>* RuleState::create
+ 	return nfa;
+ }
+ 
+-struct CreateDFAState : public std::unary_function <std::set<nfa_state_t>, dfa_state_t> {
++struct CreateDFAState : public std::__unary_function <std::set<nfa_state_t>, dfa_state_t> {
+ 
+ 	CreateDFAState(const std::vector<rule_t>& rules, const std::vector<nfa_state_t>& accepting) 
+ 	: n(0), rules_(rules), accepting_(accepting) 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261723.36QHNgtU020072>