diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-02 18:28:18 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-02 18:28:18 +0000 |
commit | b49682d0aa4a24e35f62e3d979f15e6c7b7f8984 (patch) | |
tree | 11e29e29aa44c57c766282ecdcc017130b7be6b7 /lang/python32 | |
parent | [NEW] x11-themes/gtk-E17-theme: Dark GTK theme for Enlightenment (diff) |
Fix build on 9.3-amd64 after r407349.
9.3-i386, which is what I was using for testing the build on FreeBSD 9, worked
fine, but 9.3-amd64 was broken with -Werror. Add a patch I sent upstream to
stop trying to cast NULL into an int, which was making GCC 4.2.1 complain:
platform/freebsd/arch/x86_common.h: In function 'arch_get_register':
platform/freebsd/arch/x86_common.h:48: warning: cast from pointer to integer of different size
platform/freebsd/arch/x86_common.h: In function 'arch_set_register':
platform/freebsd/arch/x86_common.h:57: warning: cast from pointer to integer of different size
platform/freebsd/arch/x86_common.h:59: warning: cast from pointer to integer of different size
platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_to_child':
platform/freebsd/freebsd_ptrace.c:267: warning: cast from pointer to integer of different size
platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_from_child':
platform/freebsd/freebsd_ptrace.c:282: warning: cast from pointer to integer of different size
PR: 206539
Notes
Notes:
svn path=/head/; revision=407832
Diffstat (limited to 'lang/python32')
0 files changed, 0 insertions, 0 deletions