pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql75-cluster



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Dec  8 19:02:32 UTC 2022

Modified Files:
        pkgsrc/databases/mysql75-cluster: Makefile

Log Message:
mysql75-cluster: use mk/atomic64.mk.  Fixes powerpc build issue.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql75-cluster/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/mysql75-cluster/Makefile
diff -u pkgsrc/databases/mysql75-cluster/Makefile:1.3 pkgsrc/databases/mysql75-cluster/Makefile:1.4
--- pkgsrc/databases/mysql75-cluster/Makefile:1.3       Thu Jun 30 11:18:09 2022
+++ pkgsrc/databases/mysql75-cluster/Makefile   Thu Dec  8 19:02:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/30 11:18:09 nia Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/08 19:02:32 he Exp $
 
 PKGNAME=               ${DISTNAME:S/-gpl//}
 PKGREVISION=           2
@@ -100,5 +100,6 @@ post-install:
        ${SED} ${CNFSUBST} ${FILESDIR}/mysql-cluster.ini \
                > ${DESTDIR}${PREFIX}/share/mysql/mysql-cluster.ini
 
+.include "../../mk/atomic64.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index