Copy over from 4.8.. Stop running the fixincludes script.
ok pascal@
This commit is contained in:
parent
7ab725c95f
commit
c51d908cf0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2015/02/03 20:32:12 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/02/10 22:04:54 brad Exp $
|
||||
|
||||
BROKEN-arm = needs binutils-2.17
|
||||
|
||||
@ -30,7 +30,7 @@ PKGNAME-ada = gnat-${FULL_PKGVERSION}
|
||||
#PKGNAME-go = gccgo-${FULL_PKGVERSION}
|
||||
PKGSPEC-main = gcc->=4.9,<4.10
|
||||
|
||||
REVISION-main = 1
|
||||
REVISION-main = 2
|
||||
REVISION-libs = 1
|
||||
REVISION-c++ = 1
|
||||
REVISION-f95 = 1
|
||||
|
15
lang/gcc/4.9/patches/patch-gcc_Makefile_in
Normal file
15
lang/gcc/4.9/patches/patch-gcc_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-gcc_Makefile_in,v 1.1 2015/02/10 22:04:54 brad Exp $
|
||||
|
||||
Disable fixincludes madness
|
||||
|
||||
--- gcc/Makefile.in.orig Tue Feb 3 17:16:24 2015
|
||||
+++ gcc/Makefile.in Tue Feb 3 17:17:57 2015
|
||||
@@ -2730,7 +2730,7 @@ stmp-fixinc: gsyslimits.h macro_list fixinc_list \
|
||||
gcc_dir=`${PWD_COMMAND}` ; \
|
||||
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
|
||||
cd $(build_objdir)/fixincludes && \
|
||||
- $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
|
||||
+ $(SHELL) -c true "$${gcc_dir}/$${fix_dir}" \
|
||||
$(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
|
||||
rm -f $${fix_dir}/syslimits.h; \
|
||||
if [ -f $${fix_dir}/limits.h ]; then \
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2015/02/03 20:32:12 pascal Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2015/02/10 22:04:54 brad Exp $
|
||||
@pkgpath lang/gcc/4.8
|
||||
@bin bin/ecpp
|
||||
@bin bin/egcc
|
||||
@ -22,16 +22,7 @@ lib/gcc/${CONFIG}/${V}/
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/README
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/limits.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/rpc/
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/rpc/rpc_des.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/rpc/svc.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/stddef.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/stdio.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/stdlib.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/sys/
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/sys/types.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/syslimits.h
|
||||
lib/gcc/${CONFIG}/${V}/include-fixed/wchar.h
|
||||
lib/gcc/${CONFIG}/${V}/include/
|
||||
lib/gcc/${CONFIG}/${V}/include/ssp/
|
||||
lib/gcc/${CONFIG}/${V}/include/ssp/ssp.h
|
||||
|
Loading…
Reference in New Issue
Block a user