pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/megacmd
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 27 12:09:02 UTC 2025
Modified Files:
pkgsrc/net/megacmd: Makefile
Log Message:
net/megacmd: fix build on i386
Avoid configure error: cannot figure out how to use std::atomic,
with use atomic64.mk
>From kikadf in wip.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/megacmd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/megacmd/Makefile
diff -u pkgsrc/net/megacmd/Makefile:1.8 pkgsrc/net/megacmd/Makefile:1.9
--- pkgsrc/net/megacmd/Makefile:1.8 Thu Jan 23 20:10:07 2025
+++ pkgsrc/net/megacmd/Makefile Mon Jan 27 12:09:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/01/23 20:10:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/27 12:09:02 wiz Exp $
DISTNAME= megacmd-1.7.0
PKGREVISION= 4
@@ -60,4 +60,5 @@ post-install:
.include "../../security/libsodium/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index