[Pkg-kde-extras] Bug#761805: gammaray fix mips64el support

2014-10-09 Thread YunQiang Su
On Tue, 16 Sep 2014 14:54:30 +0800 YunQiang Su  wrote:
> 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")

I nmued this package to delay 5 with the attached patch.

>
>
> --
> YunQiang Su
>
>


gammaray.debdiff
Description: Binary data
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#761805: gammaray fix mips64el support

2014-09-15 Thread YunQiang Su
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

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras