pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/naev



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 16:52:59 UTC 2025

Modified Files:
        pkgsrc/games/naev: Makefile

Log Message:
games/naev: use mk/openmp.mk (avoid unnecessary/unused openmp lib install with gcc)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/naev/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/naev/Makefile
diff -u pkgsrc/games/naev/Makefile:1.40 pkgsrc/games/naev/Makefile:1.41
--- pkgsrc/games/naev/Makefile:1.40     Tue May 27 15:24:08 2025
+++ pkgsrc/games/naev/Makefile  Sun Jun  1 16:52:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2025/05/27 15:24:08 ktnb Exp $
+# $NetBSD: Makefile,v 1.41 2025/06/01 16:52:59 thor Exp $
 
 DISTNAME=              naev-0.12.5
 CATEGORIES=            games
@@ -75,7 +75,7 @@ post-extract:
 .include "../../math/glpk/buildlink3.mk"
 .include "../../math/openblas/buildlink3.mk"
 .include "../../net/enet/buildlink3.mk"
-.include "../../parallel/openmp/buildlink3.mk"
+.include "../../mk/openmp.mk"
 .include "../../textproc/cmark/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libunibreak/buildlink3.mk"



Home | Main Index | Thread Index | Old Index