summaryrefslogtreecommitdiff
path: root/media-gfx/gozer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
commitca52870b45c298a446df20ae15d12bff5f37c480 (patch)
tree96295ab2f8990b4411cd7628ff8ded21b5e3a030 /media-gfx/gozer
parent5bd02f229a9c4ce484e49ec36dcb1f4eb5dfcdae (diff)
gentoo auto-resync : 01:10:2023 - 23:44:45
Diffstat (limited to 'media-gfx/gozer')
-rw-r--r--media-gfx/gozer/Manifest3
-rw-r--r--media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch11
-rw-r--r--media-gfx/gozer/gozer-0.7-r5.ebuild (renamed from media-gfx/gozer/gozer-0.7-r4.ebuild)3
3 files changed, 15 insertions, 2 deletions
diff --git a/media-gfx/gozer/Manifest b/media-gfx/gozer/Manifest
index 5027cd4b8b44..167734ce9326 100644
--- a/media-gfx/gozer/Manifest
+++ b/media-gfx/gozer/Manifest
@@ -1,4 +1,5 @@
AUX gozer-0.7-fix-build-system.patch 1600 BLAKE2B 2d1bb419c587c4c24bad15f8b0ec99f6052e6ff924db9e3ff4a26a7e04f2b2ecdbbe2bb0a022b24fc4c4150499ad562289e9311b711de71cf1dea280a2299276 SHA512 a17ffc77e3899dba47227343d7f3b656d3223085b8419460b73031c50e46d9ab5d7668154ea10cd733b3f3c2693649c355bf43306ef205213a42d2b990cc4648
+AUX gozer-0.7-fix-build-with-clang16.patch 297 BLAKE2B c5aada9ac9a605fba52332e6cd91e32aafc211f3ac25b4c8a7e2c0e44232480ef090cb3fe31c1dc1128ae8b1865d1c67f24f055cdcf34d2fbc85555bdfdb59e4 SHA512 87517e8b9a3721633c5c8036aa3f625accae005c04debed15e69be68ff61d0746517ae1c5fe2aabf90d479431df84d6489051ffff6533ac5e11d07d820f292c6
DIST gozer-0.7.tar.gz 103545 BLAKE2B 5eb3e2da348204f6fac9c00b681df56d4d419df671d9967c0b05b78838fd9b2ec4e76a7f2df07396e6aee1313117f72126aab57732d4b9713c54581bfbe3bf3d SHA512 ae39b74272f87d5e9bf71c9df7e6e9ac37a44a54dafba45aa5e8037657ba128e4e6c77a5624921fbca5c57791a0047f491013582cd9e5a6a5c8932a23233a29c
-EBUILD gozer-0.7-r4.ebuild 595 BLAKE2B 52bae4b7b488ff49275b93f3768a1a4edfa287f8ab4a21e72326817f1c957f5e67337cfbc78fd8f7d50bed781b9461e53f426ad4181b0fc619fbb07afaf8c187 SHA512 34901faddb783ebd7e414c7f56f604c9796111c1899f017fdcbf737ae58453828d2d3fd21cf2608c3c40d442654fb070e7838e939dd85a435166a509d44a9fe1
+EBUILD gozer-0.7-r5.ebuild 644 BLAKE2B 5823adff7fcaaa59e7ba7f90a5f65daa5dd9da0ff59c66bb03f62661896e8161318ee6a9c8b860a05cbd9822be39137ccc23bf9e33f989c18481238346067b96 SHA512 8270c11b6f7881d51a6523853270bb45333a74ae1c572f085bd5bf017aaf07eb6c3eceac5929d41144de66670f5982d5602468741a1dd95e0c3ab517cbfa3d55
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch b/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch
new file mode 100644
index 000000000000..1a42a15839a6
--- /dev/null
+++ b/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch
@@ -0,0 +1,11 @@
+Bug: https://bugs.gentoo.org/896210
+--- a/src/getopt.c
++++ b/src/getopt.c
+@@ -40,6 +40,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <string.h>
+
+ /* Comment out all this code if we are using the GNU C Library, and are not
+ actually compiling the library itself. This code is part of the GNU C
diff --git a/media-gfx/gozer/gozer-0.7-r4.ebuild b/media-gfx/gozer/gozer-0.7-r5.ebuild
index f14a25fce9c2..6dd3168d57a0 100644
--- a/media-gfx/gozer/gozer-0.7-r4.ebuild
+++ b/media-gfx/gozer/gozer-0.7-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,6 +24,7 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/${P}-fix-build-system.patch
+ "${FILESDIR}"/${P}-fix-build-with-clang16.patch
)
src_prepare() {