[net-im/spectrum2] remove protobuf hack

This commit is contained in:
Robert Förster 2024-09-08 21:33:57 +02:00
parent 040134f5b2
commit 0512a7e3a3
2 changed files with 0 additions and 19 deletions

View File

@ -1,16 +0,0 @@
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c2ab857..1195c8b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0037 OLD)
project(libtransport)
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 14)
if(WIN32)
set(CMAKE_CXX_STANDARD 17)
endif(WIN32)

View File

@ -64,9 +64,6 @@ DEPEND="
doc? ( app-text/doxygen )
test? ( dev-util/cppunit )
"
PATCHES=(
"${FILESDIR}/${PN}-cxx14.patch"
)
src_prepare() {
# Respect users LDFLAGS