head 1.3; access; symbols pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2; locks; strict; comment @// @; 1.3 date 2023.12.21.07.07.05; author wiz; state dead; branches; next 1.2; commitid zLa86ICm9wZsKiRE; 1.2 date 2023.05.08.18.28.52; author tnn; state Exp; branches; next 1.1; commitid QMk818ZVos6COboE; 1.1 date 2023.05.08.18.18.50; author tnn; state Exp; branches; next ; commitid 0mvoRcgCLY2eLboE; desc @@ 1.3 log @uhd: remove patch that was removed from distinfo during update @ text @$NetBSD: patch-lib_include_uhdlib_utils_compat__check.hpp,v 1.2 2023/05/08 18:28:52 tnn Exp $ Complains about missing uint8_t with GCC 13 on Fedora 38. --- lib/include/uhdlib/utils/compat_check.hpp.orig 2023-01-27 21:17:39.000000000 +0000 +++ lib/include/uhdlib/utils/compat_check.hpp @@@@ -8,6 +8,7 @@@@ #include #include +#include namespace uhd { @ 1.2 log @uhd: s/cinttypes/cstdint/ in patch @ text @d1 1 a1 1 $NetBSD: patch-lib_include_uhdlib_utils_compat__check.hpp,v 1.1 2023/05/08 18:18:50 tnn Exp $ @ 1.1 log @uhd: fix build with GCC13 @ text @d1 1 a1 1 $NetBSD$ d11 1 a11 1 +#include @