diff options
-rw-r--r-- | sysutils/pesign/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 0c4509d25bc5..1d620d6cc1c8 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -27,6 +27,10 @@ USE_LDCONFIG= yes EXTRA_PATCHES= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${FILESDIR}/extra-patch-src_client.c +ONLY_FOR_ARCHS= aarch64 armv6 amd64 i386 +ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors +BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined + post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults |