Package: gammaray
Version: 2.1.0-3
In debian/patches/debian-archs-fix-build.patch, there is a line:
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "mips64" AND
CMAKE_SIZEOF_VOID_P EQUAL 4)
It works for mipsel/mips ports and mipsn32(el) ports, while not for mips64(el),
as the e_machine is the same for o32, n32, and n64.
So for all mips ports, use the same may be an option, aka
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "mips64")
--
YunQiang Su
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]