pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libatomic_ops
Module Name: pkgsrc
Committed By: nia
Date: Fri Apr 24 12:33:27 UTC 2020
Modified Files:
pkgsrc/devel/libatomic_ops: Makefile
Log Message:
libatomic_ops: Include bsd.prefs.mk so MACHINE_PLATFORM gets defined
Fixes build on sparc. From Tobias Ulmer via pkgsrc-users@
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libatomic_ops/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libatomic_ops/Makefile
diff -u pkgsrc/devel/libatomic_ops/Makefile:1.20 pkgsrc/devel/libatomic_ops/Makefile:1.21
--- pkgsrc/devel/libatomic_ops/Makefile:1.20 Sat Mar 2 14:51:53 2019
+++ pkgsrc/devel/libatomic_ops/Makefile Fri Apr 24 12:33:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/03/02 14:51:53 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/24 12:33:26 nia Exp $
DISTNAME= libatomic_ops-7.6.10
CATEGORIES= devel
@@ -19,6 +19,8 @@ TEST_TARGET= check
INSTALL_MAKE_FLAGS= pkgdatadir=${PREFIX}/share/doc/libatomic_ops
+.include "../../mk/bsd.prefs.mk"
+
.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc)
CPPFLAGS+= -DAO_NO_SPARC_V9=1
.endif
Home |
Main Index |
Thread Index |
Old Index