www/webkit2-gtk3, BARM_ARCH_VERSION not defined....
Mikaël Urankar
mikael.urankar at gmail.com
Wed May 24 07:06:41 UTC 2017
2017-05-24 4:04 GMT+02:00 bob prohaska <fbsd at www.zefox.net>:
> While trying to compile www/webkit2-gtk3 an RPI2 reports
>
> Source/bmalloc/bmalloc/BPlatform.h:180:9: warning: 'BARM_ARCH_VERSION' is not defined, evaluates to 0 [-Wundef]
> # elif BARM_ARCH_AT_LEAST(4)
> ^
> Source/bmalloc/bmalloc/BPlatform.h:84:45: note: expanded from macro 'BARM_ARCH_AT_LEAST'
> #define BARM_ARCH_AT_LEAST(N) (BCPU(ARM) && BARM_ARCH_VERSION >= N)
> ^
> Source/bmalloc/bmalloc/BPlatform.h:184:6: error: "Not supported ARM architecture"
> # error "Not supported ARM architecture"
> ^
> 1 warning and 1 error generated.
> ninja: build stopped: subcommand failed.
>
> Is there a simple workaround? Ports are at 441551, src is at 318674.
Can you try the patch at
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219495
More information about the freebsd-arm
mailing list