Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 22:58:30 +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: r430671 - head/comms/dfu-programmer
Message-ID:  <201701052258.v05MwUx0034641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan  5 22:58:30 2017
New Revision: 430671
URL: https://svnweb.freebsd.org/changeset/ports/430671

Log:
  comms/dfu-programmer: chase r316903
  
  Ideally, the port should switch to USES += autoreconf pkgconfig
  instead of LIBS += -lusb.

Modified:
  head/comms/dfu-programmer/Makefile   (contents, props changed)

Modified: head/comms/dfu-programmer/Makefile
==============================================================================
--- head/comms/dfu-programmer/Makefile	Thu Jan  5 22:58:18 2017	(r430670)
+++ head/comms/dfu-programmer/Makefile	Thu Jan  5 22:58:30 2017	(r430671)
@@ -12,9 +12,7 @@ COMMENT=	Device Firmware Update based US
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lusb
+LIBS+=		-lusb
 
 PLIST_FILES=	bin/dfu-programmer man/man1/dfu-programmer.1.gz
 PORTDOCS=	*



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