aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h')
-rw-r--r--devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h b/devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h
new file mode 100644
index 000000000000..26207049ca92
--- /dev/null
+++ b/devel/electron39/files/patch-third__party_speech-dispatcher_libspeechd__version.h
@@ -0,0 +1,32 @@
+--- third_party/speech-dispatcher/libspeechd_version.h.orig 2024-04-28 08:50:28 UTC
++++ third_party/speech-dispatcher/libspeechd_version.h
+@@ -0,0 +1,29 @@
++/*
++ * libspeechd_version.h - Shared library for easy access to Speech Dispatcher functions (header)
++ *
++ * Copyright (C) 2001, 2002, 2003, 2004 Brailcom, o.p.s.
++ *
++ * This is free software; you can redistribute it and/or modify it
++ * under the terms of the GNU Lesser General Public License as published by
++ * the Free Software Foundation; either version 2.1, or (at your option)
++ * any later version.
++ *
++ * This software is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++ * Lesser General Public License for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * along with this program. If not, see <https://www.gnu.org/licenses/>.
++ *
++ * $Id: patch-third_party_speech-dispatcher_libspeechd_version_h,v 1.4 2024/03/22 13:10:56 robert Exp $
++ */
++
++#ifndef _LIBSPEECHD_VERSION_H
++#define _LIBSPEECHD_VERSION_H
++
++#define LIBSPEECHD_MAJOR_VERSION 0
++#define LIBSPEECHD_MINOR_VERSION 11
++#define LIBSPEECHD_MICRO_VERSION 5
++
++#endif /* ifndef _LIBSPEECHD_VERSION_H */
an class="w"> @@ class List_Base (public) size_t size()const {return _list.size();} }; /*--------------------------------------------------------------------------*/ +class C_Comment + :public Base +{ +public: + void parse(CS& f); +}; +/*--------------------------------------------------------------------------*/ +class Cxx_Comment + :public Base +{ +public: + void parse(CS& f); +}; +/*--------------------------------------------------------------------------*/ /* A "Collection" differs from a "List" in how it is parsed. * Each parse of a "Collection" created one more object and stores * it in the Collection. The size of the Collection therefore grows by 1. @@ -198,20 +212,6 @@ class Collection (public) f << (**i); } } -}; -/*--------------------------------------------------------------------------*/ -class C_Comment - :public Base -{ -public: - void parse(CS& f); -}; -/*--------------------------------------------------------------------------*/ -class Cxx_Comment - :public Base -{ -public: - void parse(CS& f); }; /*--------------------------------------------------------------------------*/ class Key