ports/x11/ptyxis/files/patch-src_ptyxis-tab.c
Loïc Bartoletti 21fec16281 x11/ptyxis: Add a new port
Ptyxis is a terminal for GNOME with first-class support for containers.
2025-03-17 06:52:50 +01:00

15 lines
329 B
C

--- src/ptyxis-tab.c.orig 2025-03-15 16:56:42 UTC
+++ src/ptyxis-tab.c
@@ -22,11 +22,9 @@
#include "config.h"
#include <glib/gi18n.h>
-
-#ifdef __linux__
+#include <sys/wait.h>
# include <libportal/portal.h>
# include <libportal-gtk4/portal-gtk4.h>
-#endif
#include "ptyxis-agent-ipc.h"
#include "ptyxis-application.h"