aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pesign
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-24 16:16:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-24 16:16:12 +0000
commit83190304899d929c110c6c39624c182db07caa98 (patch)
tree5721e77e86e575c32ab917a3c6fd151e6842bd04 /sysutils/pesign
parentcdd458ebfe61ed24ef644cb1b10af38e75c5df04 (diff)
downloadports-83190304899d929c110c6c39624c182db07caa98.tar.gz
ports-83190304899d929c110c6c39624c182db07caa98.zip
sysutils/pesign: unbreak on 11.1+
In file included from pesign.h:30:0, from pesign.c:35: efitypes.h:50:0: error: "EFI_VARIABLE_NON_VOLATILE" redefined [-Werror] #define EFI_VARIABLE_NON_VOLATILE 0x0000000000000001 ^ In file included from efitypes.h:22:0, from pesign.h:30, from pesign.c:35: /usr/include/efivar.h:38:0: note: this is the location of the previous definition #define EFI_VARIABLE_NON_VOLATILE 0x00000001 ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=450495
Diffstat (limited to 'sysutils/pesign')
-rw-r--r--sysutils/pesign/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index ca9edea6c1d0..8a382cef1176 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -11,7 +11,7 @@ COMMENT= Signing utility for UEFI secure boot
LICENSE= GPLv2
-LIB_DEPENDS= libefivar.so:devel/efivar \
+LIB_DEPENDS= libefivar.so.0:devel/efivar \
libnspr4.so:devel/nspr \
libnss3.so:security/nss \
libpopt.so:devel/popt \