mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
254 B
Text
11 lines
254 B
Text
--- kdecore/kpty.cpp
|
|
+++ kdecore/kpty.cpp
|
|
@@ -68,7 +68,7 @@
|
|
#include <unistd.h>
|
|
#include <grp.h>
|
|
|
|
-#ifdef HAVE_LIBUTIL_H
|
|
+#if defined(HAVE_LIBUTIL_H) && __FreeBSD_version < 900007
|
|
# include <libutil.h>
|
|
# define USE_LOGIN
|
|
#elif defined(HAVE_UTIL_H)
|