From d51fe7680c5270ddf8d324bbe11caab6d1e27ade Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Aug 2023 21:44:48 +0100 Subject: gentoo auto-resync : 21:08:2023 - 21:44:47 --- x11-misc/Manifest.gz | Bin 47005 -> 47002 bytes x11-misc/fracplanet/Manifest | 3 ++- .../fracplanet/files/fracplanet-0.5.1-musl.patch | 12 ++++++++++++ x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 8 ++++++-- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index e37137a49c97..d4bf730a13f6 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/fracplanet/Manifest b/x11-misc/fracplanet/Manifest index 5fbe745d6284..ddb02140b5ff 100644 --- a/x11-misc/fracplanet/Manifest +++ b/x11-misc/fracplanet/Manifest @@ -1,3 +1,4 @@ +AUX fracplanet-0.5.1-musl.patch 232 BLAKE2B 4b128ab3dcd2393804884c16a0bf680270c66d647395d95e88951884124055e7efdc7cb1fd45cef1c3f339ecf879c5ed373e72ba80fe59d1abe8557f1969d4ec SHA512 8d66479d4de95ca0957018f9e9db8252f1d71ffceae1778198cd993009b8e10649c367d143b8fd5cffdf5a4ae61725abd92ce7ff57264fabd90d29fab1214405 DIST fracplanet-0.5.1.tar.gz 111911 BLAKE2B 81f5986bdf7a0ddc1a7ef8fd08bf07fbc23ae38ac1cdc452de6696354d291205cb1183d16c3a7fa8bfb250158229d84d94f3c24dafa09d20518fb5d19b31471f SHA512 40aeb6c33c2cb3403cc85193319a63bdc90637110c8bb40d9b0f4bd816a80018ca1cf81296337fc5a13fac583d7864adfde8d22dcc3a3cd65314c34ec63b508e -EBUILD fracplanet-0.5.1.ebuild 861 BLAKE2B 55f436c4fefb4915b9f10f20320768bda029bab9e65390772ddceda51da755faa1ccce17ff35338acf8c4894cc746c44a05da9beb7776c4769e563aeca5f273d SHA512 ba18bf494d7dc831b325b0aa1f48fa84f88d3229dd6ce5ef7513b575abed311e0cc3e56c937ce6885209f34d98948945286ba9a9d047d7c541d7523fe25c94fb +EBUILD fracplanet-0.5.1.ebuild 912 BLAKE2B d367f4a118b9dbfc336a8fb234a63e3ba521123978ea5e8b050e7bd73e7128d3ed35c92fd74ce04d3a61beb5d262c927849edeb0375b3dbefa7ff5d71d2ad885 SHA512 a9cd71df563dab5d38c220b2f0995934f053a64d403ba1f2622b05ade991d5daa405d45dbb004e59dc69367ccd027668e25fc2cacadad086baa441cdb87d05bd MISC metadata.xml 326 BLAKE2B c901262dbb55d756428b9a2d4e73195ec49d544901fa6a216869d2ddd0495ee0c1cec95c0cfc2d65a198189a21a244652857ee302cee861aeb48ab42ca8993ad SHA512 54695b2619e218201a258409ac0e8043a71249535e37c6f7289f310d2bf06e76ab6573366ddfc24b4f62f35fa816bac2b13d83e20cabbf3a8f339b00cf8f8626 diff --git a/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch b/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch new file mode 100644 index 000000000000..ddd64f4a386d --- /dev/null +++ b/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch @@ -0,0 +1,12 @@ +--- a/common.h ++++ b/common.h +@@ -44,6 +44,9 @@ + #include + #include + ++#ifndef __STRING ++#define __STRING(x) #x ++#endif + #define stringify(S) __STRING(S) + + typedef unsigned int uint; diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild index 5f89bd2b1b43..6d08682f6cf4 100644 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils @@ -25,6 +25,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( + "${FILESDIR}"/${PN}-0.5.1-musl.patch +) + HTML_DOCS=( fracplanet.{htm,css} ) src_configure() { -- cgit v1.2.3