pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/galera



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Oct 14 17:33:50 UTC 2023

Modified Files:
        pkgsrc/databases/galera: Makefile

Log Message:
databases/galera: add mk/atomic64.mk for the benefit of ports needing that.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/galera/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/galera/Makefile
diff -u pkgsrc/databases/galera/Makefile:1.3 pkgsrc/databases/galera/Makefile:1.4
--- pkgsrc/databases/galera/Makefile:1.3        Sun Apr 23 14:26:14 2023
+++ pkgsrc/databases/galera/Makefile    Sat Oct 14 17:33:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/04/23 14:26:14 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/14 17:33:50 he Exp $
 
 DISTNAME=      galera-26.4.13
 PKGREVISION=   2
@@ -31,4 +31,5 @@ post-extract:
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/check/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index