pkgsrc-WIP-changes archive

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

megacmd: fix confugure error on i386



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Jan 27 08:34:38 2025 +0100
Changeset:	7bcc2e3f91f80f0401f58bf4e33a82d6deca9b34

Modified Files:
	megacmd/Makefile
Added Files:
	megacmd/COMMIT_MSG

Log Message:
megacmd: fix confugure error on i386

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bcc2e3f91f80f0401f58bf4e33a82d6deca9b34

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

diffstat:
 megacmd/COMMIT_MSG | 4 ++++
 megacmd/Makefile   | 1 +
 2 files changed, 5 insertions(+)

diffs:
diff --git a/megacmd/COMMIT_MSG b/megacmd/COMMIT_MSG
new file mode 100644
index 0000000000..bf0933ced8
--- /dev/null
+++ b/megacmd/COMMIT_MSG
@@ -0,0 +1,4 @@
+net/megacmd: fix build on i386
+
+Avoid configure error: cannot figure out how to use std::atomic,
+with use atomic64.mk
diff --git a/megacmd/Makefile b/megacmd/Makefile
index 5ffd247097..c484d19a50 100644
--- a/megacmd/Makefile
+++ b/megacmd/Makefile
@@ -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