pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libhighway
Module Name: pkgsrc
Committed By: js
Date: Sat Apr 19 20:03:52 UTC 2025
Modified Files:
pkgsrc/graphics/libhighway: Makefile
Log Message:
Make graphics/libhighway build on Darwin by not depending on unneeded libatomic
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/libhighway/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libhighway/Makefile
diff -u pkgsrc/graphics/libhighway/Makefile:1.7 pkgsrc/graphics/libhighway/Makefile:1.8
--- pkgsrc/graphics/libhighway/Makefile:1.7 Sun Feb 2 15:48:17 2025
+++ pkgsrc/graphics/libhighway/Makefile Sat Apr 19 20:03:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/02/02 15:48:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/19 20:03:52 js Exp $
DISTNAME= highway-1.2.0
PKGNAME= lib${DISTNAME}
@@ -31,5 +31,7 @@ TEST_TARGET= test
.include "../../devel/cmake/build.mk"
.include "options.mk"
+.if ${OPSYS} != "Darwin"
.include "../../devel/libatomic/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index