Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 16:37:00 +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: r403070 - head/devel/efivar
Message-ID:  <201512051637.tB5Gb0lF027280@repo.freebsd.org>

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



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