pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/libcassandra
Module Name: pkgsrc
Committed By: he
Date: Tue Mar 7 13:18:47 UTC 2023
Modified Files:
pkgsrc/databases/libcassandra: Makefile
Log Message:
libcassandra: add use of mk/atomic64.mk.
This is evidently needed on macppc, despite --disable-64bit.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/libcassandra/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/libcassandra/Makefile
diff -u pkgsrc/databases/libcassandra/Makefile:1.59 pkgsrc/databases/libcassandra/Makefile:1.60
--- pkgsrc/databases/libcassandra/Makefile:1.59 Sun Jan 22 16:28:21 2023
+++ pkgsrc/databases/libcassandra/Makefile Tue Mar 7 13:18:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2023/01/22 16:28:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2023/03/07 13:18:47 he Exp $
#
DISTNAME= libcassandra-20101010
@@ -36,4 +36,6 @@ CXXFLAGS+= -Wno-unknown-warning-option -
CXXFLAGS+= -Wno-c++11-extensions -Wno-error=unused-local-typedef
.endif
+# Despite --disable-64bit, this appears to be required:
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index