Path to this page:
Subject: CVS commit: pkgsrc/x11/rterm
From: Havard Eidnes
Date: 2023-05-25 15:50:06
Message id: 20230525135006.17562FA87@cvs.NetBSD.org
Log Message:
rterm: make this build on NetBSD/macppc specifically....
...and hopefully on other 32-bit ports:
* Avoid trying to do `u64 * u32`, as rust may not implement that
on 32-bit ports (it doesn't on 32-bit powerpc).
* Fix type mismatch between variable and funciton parameter.
* Fix XChangeWindowAttributes parameter declaration to match (u64
-> c_ulong).
Bump PKGREVISION.
Files: