pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Fix build warning on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac11343556eb
branches:  trunk
changeset: 356501:ac11343556eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 14:47:45 2017 +0000

description:
Fix build warning on DragonFly.

Fixes pkg/51713

diffstat:

 pkgtools/pkglint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 424faad63c26 -r ac11343556eb pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sun Jan 01 14:46:37 2017 +0000
+++ b/pkgtools/pkglint/Makefile Sun Jan 01 14:47:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.504 2016/12/17 13:35:32 rillig Exp $
+# $NetBSD: Makefile,v 1.505 2017/01/01 14:47:45 rillig Exp $
 
 PKGNAME=       pkglint-5.4.14
 DISTFILES=     # none
@@ -12,7 +12,7 @@
 
 WRKSRC=                ${WRKDIR}/netbsd.org/pkglint
 NO_CHECKSUM=   yes
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 USE_TOOLS+=    pax
 AUTO_MKDIRS=   yes
 GO_SRCPATH=    netbsd.org/pkglint



Home | Main Index | Thread Index | Old Index