svn commit: r403070 - head/devel/efivar
Jan Beich
jbeich at FreeBSD.org
Sat Dec 5 16:37:01 UTC 2015
Author: jbeich
Date: Sat Dec 5 16:37:00 2015
New Revision: 403070
URL: https://svnweb.freebsd.org/changeset/ports/403070
Log:
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/
Modified:
head/devel/efivar/Makefile (contents, props changed)
Modified: head/devel/efivar/Makefile
==============================================================================
--- head/devel/efivar/Makefile Sat Dec 5 15:04:05 2015 (r403069)
+++ head/devel/efivar/Makefile Sat Dec 5 16:37:00 2015 (r403070)
@@ -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
More information about the svn-ports-head
mailing list