pkgsrc-WIP-changes archive

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

mtdev: Skip autoreconf, it fails since November



Module Name:	pkgsrc-wip
Committed By:	Denys Nykula <nykula%ukr.net@localhost>
Pushed By:	nykula
Date:		Sun Dec 8 17:59:40 2019 +0200
Changeset:	3ecb83ff87c80bd7822b3507ccad19a057eb0802

Modified Files:
	mtdev/Makefile

Log Message:
mtdev: Skip autoreconf, it fails since November

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

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

diffstat:
 mtdev/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/mtdev/Makefile b/mtdev/Makefile
index b40508aaaf..5c210bcf53 100644
--- a/mtdev/Makefile
+++ b/mtdev/Makefile
@@ -10,10 +10,6 @@ COMMENT=	Kernel multitouch event translation
 LICENSE=	mit
 
 ONLY_FOR_PLATFORM=	Linux-*-*
-USE_TOOLS+=	autoconf automake
 GNU_CONFIGURE=	yes
 
-pre-configure:
-	cd ${WRKSRC} &&autoreconf -fiv
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index