www-client/chromium: use a bash array for bundled libs
[gentoo.git] / sys-freebsd / boot0 / files / boot0-10.3-uefi-support.patch
1 diff --git a/efi/Makefile b/efi/Makefile
2 index 30024e3..a33efb2 100644
3 --- a/efi/Makefile
4 +++ b/efi/Makefile
5 @@ -2,15 +2,10 @@
6  
7  .include <bsd.own.mk>
8  
9 -# In-tree GCC does not support __attribute__((ms_abi)).
10 -.if ${COMPILER_TYPE} != "gcc"
11 -
12  .if ${MACHINE_CPUARCH} == "amd64"
13  SUBDIR+=       libefi loader boot1
14  .endif
15  
16 -.endif # ${COMPILER_TYPE} != "gcc"
17 -
18  .if ${MACHINE_CPUARCH} == "ia64"
19  SUBDIR+=       libefi
20  .endif
21 diff --git a/efi/boot1/Makefile b/efi/boot1/Makefile
22 index 4ffdfda..8ec0e00 100644
23 --- a/efi/boot1/Makefile
24 +++ b/efi/boot1/Makefile
25 @@ -64,7 +64,7 @@ LDFLAGS+=     -Wl,-znocombreloc
26  # Add libstand for required string and memory functions for all platforms.
27  #
28  DPADD+=                ${LIBSTAND}
29 -LDADD+=                -lstand
30 +LDADD+=                ${LIBSTAND}
31  
32  DPADD+=                ${LDSCRIPT}
33