Re: [dev] tinyx port to libXfont2

From: stefan11111 <stefan11111_AT_shitposting.expert>
Date: Mon, 04 Nov 2024 19:58:13 +0000

On 2024-11-03 23:57, stefan11111 wrote:
> For those of you who use gentoo, I also have an ebuild
> for this patched tinyx in my overlay:
> https://github.com/stefan11111/stefan_overlay/blob/main/x11-base/tinyx/tinyx-1.1.ebuild

This link is now broken, as someone pointed out a better way to manage
the 2 different tinyx versions.
The new link is
https://github.com/stefan11111/stefan_overlay/blob/main/x11-base/tinyx/tinyx-1.0.ebuild
-- 
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU__AT__3.00GHz
COMMON_FLAGS="-O3 -pipe -march=native -fno-stack-check -fno-ident 
-fno-stack-protector -ftree-vectorize -ffast-math -funswitch-loops 
-fuse-linker-plugin -flto -fdevirtualize-at-ltrans -fno-plt 
-fno-semantic-interposition -falign-functions=64 -fgraphite-identity 
-floop-nest-optimize"
USE="-* git verify-sig rsync-verify man alsa X grub ipv6 ssl lto 
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
strip system-man custom-cflags"
INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
/usr/lib/modules-load.d /usr/lib/tmpfiles.d /var/lib/dbus /lib/udev"
How to fix gcc 14:
diff --git a/gcc/c-family/c-opts.cc.bak b/gcc/c-family/c-opts.cc
index f4dced8..0e12ac0 100644
--- a/gcc/c-family/c-opts.cc
+++ b/gcc/c-family/c-opts.cc
_AT_@ -861,8 +861,6 @@ c_common_post_options (const char **pfilename)
       reject certain GNU extensions also present the defaults for later
       language modes.  */
    if (!c_dialect_cxx ()
-      && !flag_isoc99
-      && !global_dc->m_pedantic_errors
        && !OPTION_SET_P (flag_permissive))
      {
        flag_permissive = 1;
Received on Mon Nov 04 2024 - 20:58:13 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 04 2024 - 21:00:10 CET