vapier 15/04/15 03:25:06 Added: sandbox-2.6-gcc-5.patch Log: Fix building w/gcc-5. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch?rev=1.1&content-type=text/plain Index: sandbox-2.6-gcc-5.patch =================================================================== fix building w/gcc-5 --- a/libsandbox/Makefile.in +++ b/libsandbox/Makefile.in @@ -68,7 +68,7 @@ sb_nr.h: symbols.h $(SB_NR_FILE) TRACE_MAKE_HEADER = \ $(SB_AWK) $(GEN_TRACE_SCRIPT) -v MODE=gen | \ - $(COMPILE) -E -include $(top_srcdir)/headers.h - $$f | \ + $(COMPILE) -E -P -include $(top_srcdir)/headers.h - $$f | \ $(SB_AWK) $(GEN_TRACE_SCRIPT) -v syscall_prefix=$$t > $$header trace_syscalls.h: $(GEN_TRACE_SCRIPT) Makefile if SB_SCHIZO
