pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/MesaLib
Module Name: pkgsrc
Committed By: tnn
Date: Wed Jul 19 18:32:49 UTC 2023
Modified Files:
pkgsrc/graphics/MesaLib: options.mk
Log Message:
MesaLib: fix build on Linux
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/graphics/MesaLib/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.84 pkgsrc/graphics/MesaLib/options.mk:1.85
--- pkgsrc/graphics/MesaLib/options.mk:1.84 Tue Jul 18 19:33:31 2023
+++ pkgsrc/graphics/MesaLib/options.mk Wed Jul 19 18:32:49 2023
@@ -1,11 +1,13 @@
-# $NetBSD: options.mk,v 1.84 2023/07/18 19:33:31 ryoon Exp $
+# $NetBSD: options.mk,v 1.85 2023/07/19 18:32:49 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
.include "features.mk"
PKG_SUPPORTED_OPTIONS+= llvm vulkan x11
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 109904
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 109904
+# Thread local storage dispatch not supported here due to ld.elf_so too old.
+.else
PKG_SUPPORTED_OPTIONS+= elf-tls
.endif
Home |
Main Index |
Thread Index |
Old Index