pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc15-gnat
Module Name: pkgsrc
Committed By: dkazankov
Date: Wed Oct 22 10:26:57 UTC 2025
Modified Files:
pkgsrc/lang/gcc15-gnat: options.mk
Log Message:
gcc[14,15]-gnat: disable nls on NetBSD, another round caused absent *.po files
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc15-gnat/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/lang/gcc15-gnat/options.mk
diff -u pkgsrc/lang/gcc15-gnat/options.mk:1.2 pkgsrc/lang/gcc15-gnat/options.mk:1.3
--- pkgsrc/lang/gcc15-gnat/options.mk:1.2 Sun Oct 19 03:53:33 2025
+++ pkgsrc/lang/gcc15-gnat/options.mk Wed Oct 22 10:26:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/10/19 03:53:33 dkazankov Exp $
+# $NetBSD: options.mk,v 1.3 2025/10/22 10:26:57 dkazankov Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc15-gnat
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-graphite
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= gcc-inplace-math
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= nls
+#PKG_SUGGESTED_OPTIONS+= nls
.elif ${OPSYS} == "Linux"
PKG_SUGGESTED_OPTIONS+= nls
.elif ${OPSYS} == "DragonFly"
Home |
Main Index |
Thread Index |
Old Index