pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nsm
Module Name: pkgsrc
Committed By: he
Date: Fri Feb 24 21:37:06 UTC 2023
Modified Files:
pkgsrc/www/nsm: Makefile
Log Message:
Add mk/atomic64.mk since that's needed here. Fixes build on macppc.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nsm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/nsm/Makefile
diff -u pkgsrc/www/nsm/Makefile:1.9 pkgsrc/www/nsm/Makefile:1.10
--- pkgsrc/www/nsm/Makefile:1.9 Tue Apr 13 08:55:58 2021
+++ pkgsrc/www/nsm/Makefile Fri Feb 24 21:37:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/04/13 08:55:58 nia Exp $
+# $NetBSD: Makefile,v 1.10 2023/02/24 21:37:06 he Exp $
DISTNAME= nsm-2.3.10
CATEGORIES= www
@@ -42,4 +42,5 @@ post-install:
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
.include "../../lang/lua53/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index