Path to this page:
Subject: CVS commit: pkgsrc/math/R
From: Havard Eidnes
Date: 2025-01-20 22:26:02
Message id: 20250120212602.D820DFBDE@cvs.NetBSD.org
Log Message:
math/R: on NetBSD, disable the ntohl / htonl dance.
These are already declared at the point in the code it's used,
and on macppc it causes build failure, and probably also on other
big-endian targets.
There still appears to be rpath issues, libR.so is installed in
${PREFIX}/lib/R/lib/, but that directory is not in rpath of other
libs or executables, so this does not install, at least not on
macppc at the moment.
Bump PKGREVISION.
Files: