[Pkg-kde-extras] Bug#761805: gammaray fix mips64el support
YunQiang Su
wzssyqa at gmail.com
Tue Sep 16 06:54:30 UTC 2014
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
More information about the pkg-kde-extras
mailing list