head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2020.06.01.11.53.18; author pin; state dead; branches; next 1.1; commitid Pv3bUyYM2Wcj3waC; 1.1 date 2020.04.25.18.24.57; author gutteridge; state Exp; branches; next ; commitid xbO3dRVzLjQppN5C; desc @@ 1.2 log @security/lxqt-sudo: Remove patch merged upstream @ text @$NetBSD: patch-sudo.cpp,v 1.1 2020/04/25 18:24:57 gutteridge Exp $ Make pty header conditional on Linux --- sudo.cpp.orig 2019-02-23 23:40:30.000000000 +0000 +++ sudo.cpp @@@@ -38,7 +38,13 @@@@ #include #include #include +#if defined(Q_OS_LINUX) #include +#else +#include +#include +#include +#endif #include #include #include @ 1.1 log @lxqt-sudo: add new package, version 0.14.1 lxqt-sudo is a graphical front-end of the sudo and su commands. (Packaged in wip by pin@@, final review by myself.) @ text @d1 1 a1 1 $NetBSD$ @