mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dpp: update to 10.0.34.
This commit is contained in:
parent
2ccbc3ff30
commit
9a3b0359fd
2 changed files with 15 additions and 2 deletions
13
srcpkgs/dpp/patches/fix_ctime.diff
Normal file
13
srcpkgs/dpp/patches/fix_ctime.diff
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/include/dpp/sslclient.h b/include/dpp/sslclient.h
|
||||||
|
index 00371ef287..cd1828fcb1 100644
|
||||||
|
|
||||||
|
--- a/include/dpp/sslclient.h
|
||||||
|
|
||||||
|
+++ b/include/dpp/sslclient.h
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#include <dpp/misc-enum.h>
|
||||||
|
#include <string>
|
||||||
|
#include <functional>
|
||||||
|
+#include <ctime>
|
||||||
|
#include <dpp/socket.h>
|
||||||
|
#include <cstdint>
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dpp'
|
# Template file for 'dpp'
|
||||||
pkgname=dpp
|
pkgname=dpp
|
||||||
version=10.0.32
|
version=10.0.34
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
|
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
|
||||||
license=Apache-2.0
|
license=Apache-2.0
|
||||||
homepage="https://dpp.dev"
|
homepage="https://dpp.dev"
|
||||||
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b366c0eb05539208e8d6c81f59de87b2aa6158250968d1bd6360676d576851e7
|
checksum=58eee75e81ac305db0b71a8cd4b821ff3cabcdfa0575e56ba5e4ce543531bd2f
|
||||||
|
|
||||||
dpp-devel_package() {
|
dpp-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue