ipe: revbump for libpoppler, use c++20
This commit is contained in:
parent
8c02ea6490
commit
028577d45a
|
@ -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…
Reference in New Issue