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:   wiz
Date:           Sun Jul 20 10:17:55 UTC 2025

Modified Files:
        pkgsrc/graphics/libhighway: Makefile

Log Message:
libhighway: use atomic64.mk instead of unconditional libatomic dependency


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/graphics/libhighway/Makefile:1.9
--- pkgsrc/graphics/libhighway/Makefile:1.8     Sat Apr 19 20:03:52 2025
+++ pkgsrc/graphics/libhighway/Makefile Sun Jul 20 10:17:55 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/04/19 20:03:52 js Exp $
+# $NetBSD: Makefile,v 1.9 2025/07/20 10:17:55 wiz Exp $
 
 DISTNAME=      highway-1.2.0
 PKGNAME=       lib${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=        highway
@@ -31,7 +32,5 @@ TEST_TARGET=  test
 
 .include "../../devel/cmake/build.mk"
 .include "options.mk"
-.if ${OPSYS} != "Darwin"
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index