pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/openal-soft
Module Name: pkgsrc
Committed By: nia
Date: Thu Apr 24 16:32:18 UTC 2025
Modified Files:
pkgsrc/audio/openal-soft: buildlink3.mk
Log Message:
openal-soft: Use older version on NetBSD 9, it doesn't build there.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/openal-soft/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/openal-soft/buildlink3.mk
diff -u pkgsrc/audio/openal-soft/buildlink3.mk:1.9 pkgsrc/audio/openal-soft/buildlink3.mk:1.10
--- pkgsrc/audio/openal-soft/buildlink3.mk:1.9 Sun Apr 13 23:01:07 2025
+++ pkgsrc/audio/openal-soft/buildlink3.mk Thu Apr 24 16:32:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2025/04/13 23:01:07 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2025/04/24 16:32:18 nia Exp $
BUILDLINK_TREE+= openal-soft
@@ -25,7 +25,7 @@ OPENAL_USE_CXX?= yes
# On NetBSD, avoid including compiler.mk, in case a mixture of
# GCC versions are being used to build the pkgsrc tree.
.if ${OPSYS} == "NetBSD"
-. if ${OPSYS_VERSION} < 090000
+. if ${OPSYS_VERSION} < 100000
. include "../../audio/openal-soft-cxx14/buildlink3.mk"
. endif
.else
Home |
Main Index |
Thread Index |
Old Index