head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.05.26.12.02.20; author markd; state Exp; branches; next ; commitid CxIwepTL76IGkvbF; desc @@ 1.1 log @kf6-kpty: add version 6.2.0 KDE Frameworks 6 kpty. This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. @ text @$NetBSD: patch-src_ConfigureCheck.cmake,v 1.1 2016/05/26 08:29:06 markd Exp $ NetBSD loginx() complains if ut_type not set before calling --- src/ConfigureChecks.cmake.orig 2016-04-03 21:01:19.000000000 +0000 +++ src/ConfigureChecks.cmake @@@@ -42,6 +42,7 @@@@ if (UNIX) endif (HAVE_UTMPX) if (login_in_libc OR login_in_libutil) set(HAVE_LOGIN 1) + check_struct_has_member("struct ${utmp}" "ut_type" "${utmp}.h" HAVE_STRUCT_UTMP_UT_TYPE) else (login_in_libc OR login_in_libutil) set(HAVE_LOGIN) check_struct_has_member("struct ${utmp}" "ut_type" "${utmp}.h" HAVE_STRUCT_UTMP_UT_TYPE) @