pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libquadmath libquadmath: needs perl as tool for c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e0018f1d539
branches:  trunk
changeset: 377766:1e0018f1d539
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 19:50:30 2022 +0000

description:
libquadmath: needs perl as tool for contrib/make_sunver.pl

diffstat:

 math/libquadmath/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65d0a32f4058 -r 1e0018f1d539 math/libquadmath/Makefile
--- a/math/libquadmath/Makefile Sun Apr 24 19:48:52 2022 +0000
+++ b/math/libquadmath/Makefile Sun Apr 24 19:50:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/21 20:41:30 nia Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/24 19:50:30 tnn Exp $
 
 DISTNAME=      gcc-11.1.0
 PKGNAME=       ${DISTNAME:S/gcc/libquadmath/}
@@ -12,7 +12,7 @@
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= c99 c++
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake perl
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 INFO_FILES=    yes



Home | Main Index | Thread Index | Old Index