diff options
author | jdc <jdc@pkgsrc.org> | 2015-02-02 07:45:12 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2015-02-02 07:45:12 +0000 |
commit | c09b1c44a3fd133727ebf2acbd1cd3b8ef4d8803 (patch) | |
tree | 4355f8968c05a0b727cae117d2f7560329bb7f22 /meta-pkgs | |
parent | 6ad7cff3d98726e75229ef016e314665dc316214 (diff) | |
download | pkgsrc-c09b1c44a3fd133727ebf2acbd1cd3b8ef4d8803.tar.gz |
Restore sparc/sparc64 support.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2 b/meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2 new file mode 100644 index 00000000000..82a0379549c --- /dev/null +++ b/meta-pkgs/boost/patches/patch-libs_context_build_Jamfile.v2 @@ -0,0 +1,53 @@ +$NetBSD: patch-libs_context_build_Jamfile.v2,v 1.5 2015/02/02 07:45:12 jdc Exp $ + +Restore sparc/sparc64 support. +--- libs/context/build/Jamfile.v2.orig 2015-01-30 14:27:19.000000000 +0000 ++++ libs/context/build/Jamfile.v2 2015-02-01 17:42:18.000000000 +0000 +@@ -437,7 +437,6 @@ + alias asm_context_sources + : [ make asm/make_sparc_sysv_elf_gas.o : asm/make_sparc_sysv_elf_gas.S : @gas32 ] + [ make asm/jump_sparc_sysv_elf_gas.o : asm/jump_sparc_sysv_elf_gas.S : @gas32 ] +- unsupported.cpp + : <abi>sysv + <address-model>32 + <architecture>sparc +@@ -447,7 +446,6 @@ + alias asm_context_sources + : asm/make_sparc_sysv_elf_gas.S + asm/jump_sparc_sysv_elf_gas.S +- unsupported.cpp + : <abi>sysv + <address-model>32 + <architecture>sparc +@@ -458,7 +456,6 @@ + alias asm_context_sources + : asm/make_sparc_sysv_elf_gas.S + asm/jump_sparc_sysv_elf_gas.S +- unsupported.cpp + : <abi>sysv + <address-model>32 + <architecture>sparc +@@ -471,7 +468,6 @@ + alias asm_context_sources + : [ make asm/make_sparc64_sysv_elf_gas.o : asm/make_sparc64_sysv_elf_gas.S : @gas64 ] + [ make asm/jump_sparc64_sysv_elf_gas.o : asm/jump_sparc64_sysv_elf_gas.S : @gas64 ] +- unsupported.cpp + : <abi>sysv + <address-model>64 + <architecture>sparc +@@ -481,7 +477,6 @@ + alias asm_context_sources + : asm/make_sparc64_sysv_elf_gas.S + asm/jump_sparc64_sysv_elf_gas.S +- unsupported.cpp + : <abi>sysv + <address-model>64 + <architecture>sparc +@@ -492,7 +487,6 @@ + alias asm_context_sources + : asm/make_sparc64_sysv_elf_gas.S + asm/jump_sparc64_sysv_elf_gas.S +- unsupported.cpp + : <abi>sysv + <address-model>64 + <architecture>sparc |