devel/efivar: unbreak build on DragonFly
Don't rely on USE_GCC using implicit -isystem/usr/local/include to fix efivar.c:20:18: fatal error: popt.h: No such file or directory Approved by: portmgr blanket Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/efivar/
This commit is contained in:
parent
a1876632e6
commit
ecd523ae35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403070
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ USE_GCC= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rhinstaller
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake localbase pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NOT_FOR_ARCHS= powerpc powerpc64 sparc64
|
||||
|
|
Loading…
Reference in a new issue