pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Mar 10 10:19:34 UTC 2024

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: Add use of mk/atomic64.mk to make this build on macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/shells/nushell/Makefile

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

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.49 pkgsrc/shells/nushell/Makefile:1.50
--- pkgsrc/shells/nushell/Makefile:1.49 Wed Mar  6 19:54:07 2024
+++ pkgsrc/shells/nushell/Makefile      Sun Mar 10 10:19:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2024/03/06 19:54:07 pin Exp $
+# $NetBSD: Makefile,v 1.50 2024/03/10 10:19:34 he Exp $
 
 DISTNAME=      nushell-0.91.0
 CATEGORIES=    shells
@@ -23,4 +23,5 @@ RUSTFLAGS+=   -C link-arg=-L${BUILDLINK_PR
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index