mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/nymphcast-mediaserver: fix missing cstdint when compiling with gcc13
Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
This commit is contained in:
parent
9f8ed00485
commit
6d50ab27b7
@ -16,6 +16,7 @@ makedepends="
|
||||
subpackages="$pkgname-nftables::noarch"
|
||||
source="https://github.com/MayaPosch/NymphCast-MediaServer/archive/v$pkgver/nymphcast-mediaserver-v$pkgver.tar.gz
|
||||
60_nymphcast-mediaserver.nft
|
||||
include_cstdint.patch
|
||||
"
|
||||
options="!check" # No tests
|
||||
builddir="$srcdir/NymphCast-MediaServer-$pkgver"
|
||||
@ -38,4 +39,5 @@ nftables() {
|
||||
sha512sums="
|
||||
98b68f4dc86b7c1f2b16fbee3d3fdc3004d50daf24478c5ff17edd839ad4929f0e60732fbff984b0e52ad7961860a3c2a6291d3ff738a7ffc45aa3f3180bc354 nymphcast-mediaserver-v0.1.tar.gz
|
||||
28b84bee510cc8d58ccea9a8f1bb17f61c1c8cee44683b1674506e62c1b4187dfa410150cfffb41a6d803a081ff93d3039afedd9bac602edb8e2ec26bd053d43 60_nymphcast-mediaserver.nft
|
||||
d555a26799dd470137933592e021aeaefb63208d8791ede6575ac7ec948839b2aa1e34ad4d84fdff394aacd8488a7ffb3bade9d6dde9b86995dc667cb4192132 include_cstdint.patch
|
||||
"
|
||||
|
12
testing/nymphcast-mediaserver/include_cstdint.patch
Normal file
12
testing/nymphcast-mediaserver/include_cstdint.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/src/mimetype.h b/src/mimetype.h
|
||||
index c09312e..3020416 100644
|
||||
--- a/src/mimetype.h
|
||||
+++ b/src/mimetype.h
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
+#include <cstdint>
|
||||
|
||||
|
||||
class MimeType {
|
Loading…
Reference in New Issue
Block a user