mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
astroid: rebuild against protobuf-23.3_1
This commit is contained in:
parent
0228c06e2c
commit
2b2991c008
2 changed files with 12 additions and 1 deletions
11
srcpkgs/astroid/patches/cpp17.patch
Normal file
11
srcpkgs/astroid/patches/cpp17.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- astroid-0.16/CMakeLists.txt 2021-08-05 15:31:11.000000000 +0200
|
||||||
|
+++ - 2023-07-03 21:53:30.304595787 +0200
|
||||||
|
@@ -145,7 +145,7 @@
|
||||||
|
# compile flags and options
|
||||||
|
#
|
||||||
|
|
||||||
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||||
|
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
|
||||||
|
|
||||||
|
include_directories (
|
||||||
|
${GTKMM3_INCLUDE_DIRS}
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'astroid'
|
# Template file for 'astroid'
|
||||||
pkgname=astroid
|
pkgname=astroid
|
||||||
version=0.16
|
version=0.16
|
||||||
revision=8
|
revision=9
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"
|
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"
|
||||||
|
|
Loading…
Add table
Reference in a new issue