pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libatomic-links



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Jan 11 11:00:13 UTC 2025

Modified Files:
        pkgsrc/devel/libatomic-links: Makefile

Log Message:
devel/libatomic-links: Allow this on NetBSD/riscv too.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libatomic-links/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-links/Makefile
diff -u pkgsrc/devel/libatomic-links/Makefile:1.3 pkgsrc/devel/libatomic-links/Makefile:1.4
--- pkgsrc/devel/libatomic-links/Makefile:1.3   Sun Jan  3 18:28:05 2021
+++ pkgsrc/devel/libatomic-links/Makefile       Sat Jan 11 11:00:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/03 18:28:05 he Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/11 11:00:13 riastradh Exp $
 
 PKGNAME=               libatomic-links-1.0
 CATEGORIES=            devel
@@ -9,6 +9,7 @@ LICENSE=                2-clause-bsd
 
 ONLY_FOR_PLATFORM+=    NetBSD-*-powerpc
 ONLY_FOR_PLATFORM+=    NetBSD-*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-*-riscv*
 
 DEPENDS+=              libatomic-[0-9]*:../../devel/libatomic
 



Home | Main Index | Thread Index | Old Index