Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 09:40:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403856 - head/sysutils/pesign
Message-ID:  <201512160940.tBG9eOCJ056940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160940.tBG9eOCJ056940>