guix/gnu/packages/patches/slim-gcc-14.patch
Janneke Nieuwenhuizen 55680a516f
gnu: slim: Fix build with gcc-14.
* gnu/packages/patches/slim-gcc-14.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/display-managers.scm (slim)[source]: Use it.

Change-Id: Ie5bd02ad047f5b6d1c185a53c2c0b1456ef941a0
2025-01-24 15:49:46 +01:00

12 lines
262 B
Diff

Upstream status: Not presented upstream.
--- slim-1.4.1/log.h.orig 2024-12-12 09:22:50.701696122 +0100
+++ slim-1.4.1/log.h 2024-12-12 09:22:20.673689802 +0100
@@ -14,6 +14,7 @@
#define _LOG_H_
#include <fstream>
+#include "PAM.h"
using namespace std;