pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libatomic



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 19:48:52 UTC 2022

Modified Files:
        pkgsrc/devel/libatomic: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libatomic/Makefile

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

Modified files:

Index: pkgsrc/devel/libatomic/Makefile
diff -u pkgsrc/devel/libatomic/Makefile:1.5 pkgsrc/devel/libatomic/Makefile:1.6
--- pkgsrc/devel/libatomic/Makefile:1.5 Mon Nov  8 13:00:33 2021
+++ pkgsrc/devel/libatomic/Makefile     Sun Apr 24 19:48:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/11/08 13:00:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/24 19:48:52 tnn Exp $
 
 DISTNAME=      gcc-11.2.0
 PKGNAME=       ${DISTNAME:S/gcc/libatomic/}
@@ -12,7 +12,7 @@ COMMENT=      Atomic fallback implementation 
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES=         c99 c++
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index