svn commit: r403856 - head/sysutils/pesign

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:51:26 UTC 2015


Author: jbeich
Date: Wed Dec 16 09:40:24 2015
New Revision: 403856
URL: https://svnweb.freebsd.org/changeset/ports/403856

Log:
  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

Modified:
  head/sysutils/pesign/Makefile   (contents, props changed)

Modified: head/sysutils/pesign/Makefile
==============================================================================
--- head/sysutils/pesign/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
+++ head/sysutils/pesign/Makefile	Wed Dec 16 09:40:24 2015	(r403856)
@@ -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}}


More information about the svn-ports-head mailing list