pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 1 20:25:33 UTC 2025
Modified Files:
pkgsrc/mk: openmp.mk
Log Message:
mk: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/openmp.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/openmp.mk
diff -u pkgsrc/mk/openmp.mk:1.1 pkgsrc/mk/openmp.mk:1.2
--- pkgsrc/mk/openmp.mk:1.1 Sun Jun 1 16:17:15 2025
+++ pkgsrc/mk/openmp.mk Sun Jun 1 20:25:33 2025
@@ -1,8 +1,8 @@
-# $NetBSD: openmp.mk,v 1.1 2025/06/01 16:17:15 thor Exp $
+# $NetBSD: openmp.mk,v 1.2 2025/06/01 20:25:33 wiz Exp $
#
# This Makefile fragment is meant to be included by packages that use
# OpenMP compiler extensions and may need an extra library package to
-# support that. GCC ships its own libgomp, clang pas it packaged separately.
+# support that. GCC ships its own libgomp, clang has it packaged separately.
.if !empty(PKGSRC_COMPILER:M*clang*)
.include "../../parallel/openmp/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index