pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/libquadmath



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 19:50:30 UTC 2022

Modified Files:
        pkgsrc/math/libquadmath: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/libquadmath/Makefile

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

Modified files:

Index: pkgsrc/math/libquadmath/Makefile
diff -u pkgsrc/math/libquadmath/Makefile:1.3 pkgsrc/math/libquadmath/Makefile:1.4
--- pkgsrc/math/libquadmath/Makefile:1.3        Mon Jun 21 20:41:30 2021
+++ pkgsrc/math/libquadmath/Makefile    Sun Apr 24 19:50:30 2022
@@ -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 @@ COMMENT=      GCC Quad-Precision Math Library
 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