Source: kmplayer
Version: 1:0.11.3d-2

It failed to build on arm64:

http://buildd.debian.org/status/package.php?p=kmplayer&suite=sid

The error was:

/«PKGBUILDDIR»/src/moz-sdk/prcpucfg.h:764:2: error: #error "Unknown
CPU architecture"
 #error "Unknown CPU architecture"

The values needed for arm64 are the same as they are for amd64, so you
can fix this in src/moz-sdk/prcpucfg.h by replacing

#elif defined(__x86_64__)

with:

#elif defined(__x86_64__) || defined(__aarch64__)

Or you can copy that section to make a new one.

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

Reply via email to