pkgsrc-WIP-changes archive

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

kbuild: Fix Linux build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jul 6 03:54:47 2016 +0200
Changeset:	4e921a205b285585d71ed00f3618d2e63954d15d

Modified Files:
	kbuild/Makefile

Log Message:
kbuild: Fix Linux build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e921a205b285585d71ed00f3618d2e63954d15d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kbuild/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kbuild/Makefile b/kbuild/Makefile
index 1f91c55..263f635 100644
--- a/kbuild/Makefile
+++ b/kbuild/Makefile
@@ -23,7 +23,7 @@ WRKSRC=		${WRKDIR}/${KBUILDNAME}
 
 MAKE_JOBS_SAFE=	no
 
-USE_TOOLS+=	pax lex gmake autoconf autoreconf automake
+USE_TOOLS+=	pax lex gmake autoconf autoreconf automake autopoint
 
 KBUILD_VERSION_PATCH=	${KBUILDVERMAJ:E}
 


Home | Main Index | Thread Index | Old Index