pkgsrc-WIP-changes archive

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

avr-gcc: Remove gtar tool dependency



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Aug 30 14:49:56 2021 +0200
Changeset:	7cfad29cb25d938fdb4a642a9ce0e3bac5cb3190

Modified Files:
	avr-gcc/Makefile

Log Message:
avr-gcc: Remove gtar tool dependency

Formerly required for gcc-graphite option.

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

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

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

diffs:
diff --git a/avr-gcc/Makefile b/avr-gcc/Makefile
index f9104826ed..017c4ee27c 100644
--- a/avr-gcc/Makefile
+++ b/avr-gcc/Makefile
@@ -19,7 +19,7 @@ DEPENDS+=		avr-binutils>=2.37:../../wip/avr-binutils
 
 USE_LANGUAGES=		c c++
 USE_LIBTOOL=		yes
-USE_TOOLS+=		bash gmake gsed:run gtar
+USE_TOOLS+=		bash gmake gsed:run
 GNU_CONFIGURE=		yes
 GNU_CONFIGURE_STRICT=	no
 


Home | Main Index | Thread Index | Old Index