pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-netsnmp-cffi: actually, time_t is not unsigned on NetBSD.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Apr 23 01:48:34 2025 +0200
Changeset:	ef32c44d6cdce1c6206391765711049366c45d71

Modified Files:
	py-netsnmp-cffi/Makefile

Log Message:
py-netsnmp-cffi: actually, time_t is not unsigned on NetBSD.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef32c44d6cdce1c6206391765711049366c45d71

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-netsnmp-cffi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-netsnmp-cffi/Makefile b/py-netsnmp-cffi/Makefile
index a551690736..15e116d192 100644
--- a/py-netsnmp-cffi/Makefile
+++ b/py-netsnmp-cffi/Makefile
@@ -25,7 +25,7 @@ DEPENDS+=	${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 
 .if ${MACHINE_PLATFORM:MNetBSD-*}
 TIME_T_CMD=	${CC} -E -dD - </dev/null | \
-		sed -n -e '/__UINT64_TYPE__/s/\#define __UINT64_TYPE__ //p'
+		sed -n -e '/__INT64_TYPE__/s/\#define __INT64_TYPE__ //p'
 TIME_T=		${TIME_T_CMD:sh}
 SUSECONDS_T=	int
 .else


Home | Main Index | Thread Index | Old Index