mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15 lines
396 B
Diff
15 lines
396 B
Diff
# https://gitlab.gnome.org/GNOME/seed/-/commit/e8026f7f9f026cf389d2772fa5b72c7851401e59
|
|
|
|
--- lib/pty.c.orig 2022-02-15 13:31:19.000000000 +0700
|
|
+++ lib/pty.c 2022-09-20 03:41:32.000000000 +0700
|
|
@@ -92,6 +92,9 @@
|
|
#elif HAVE_LIBUTIL_H
|
|
#include <libutil.h>
|
|
#include <utmp.h> /* for login_tty */
|
|
+#elif defined __APPLE__
|
|
+#include <util.h>
|
|
+#include <utmp.h> /* for login_tty */
|
|
#endif
|
|
|
|
char *
|