diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-16 17:40:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-16 17:40:24 +0800 |
commit | 2fb4ff86917034838df06d337a637663a6c3ee3a (patch) | |
tree | 33564926f679b86a2f499aac9d30effc8071e5d2 /sysutils/pesign | |
parent | 1db153c47140acfff9a9d89ff8c19bd2ad4b77b6 (diff) | |
download | freebsd-ports-gnome-2fb4ff86917034838df06d337a637663a6c3ee3a.tar.gz freebsd-ports-gnome-2fb4ff86917034838df06d337a637663a6c3ee3a.tar.zst freebsd-ports-gnome-2fb4ff86917034838df06d337a637663a6c3ee3a.zip |
sysutils/pesign: unbreak build on DragonFly (like r403070)
Don't rely on USE_GCC using implicit -isystem/usr/local/include to fix
In file included from pesign.h:30:0,
from actions.c:28:
efitypes.h:22:20: fatal error: efivar.h: No such file or directory
compilation terminated.
Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/pesign/
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/pesign')
-rw-r--r-- | sysutils/pesign/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index c82208880b37..b8399098cd09 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -20,7 +20,7 @@ USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= rhinstaller -USES= gmake pkgconfig +USES= gmake localbase pkgconfig USE_LDCONFIG= yes EXTRA_PATCHES= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} |