mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
ipe: revbump for libpoppler, use c++20
This commit is contained in:
parent
8c02ea6490
commit
028577d45a
2 changed files with 14 additions and 1 deletions
13
srcpkgs/ipe/patches/c++20.patch
Normal file
13
srcpkgs/ipe/patches/c++20.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/pdftoipe/Makefile b/pdftoipe/Makefile
|
||||
index 349285d..d2e6f40 100644
|
||||
--- a/ipe-tools/pdftoipe/Makefile
|
||||
+++ b/ipe-tools/pdftoipe/Makefile
|
||||
@@ -23,7 +23,7 @@ else
|
||||
TARGET = pdftoipe
|
||||
endif
|
||||
|
||||
-CXXFLAGS += -Wno-write-strings -std=c++17
|
||||
+CXXFLAGS += -Wno-write-strings -std=c++20
|
||||
|
||||
all: $(TARGET)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ipe'
|
||||
pkgname=ipe
|
||||
version=7.2.26
|
||||
revision=12
|
||||
revision=13
|
||||
_tools_commit=v7.2.24.1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="pkg-config doxygen qt5-qmake qt5-tools qt5-host-tools"
|
||||
|
|
Loading…
Add table
Reference in a new issue