pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: rillig
Date: Sat Feb 22 17:17:25 UTC 2025
Modified Files:
pkgsrc/doc/guide/files: fixes.xml
Log Message:
doc/guide: mention mk/endian.mk
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 pkgsrc/doc/guide/files/fixes.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.200 pkgsrc/doc/guide/files/fixes.xml:1.201
--- pkgsrc/doc/guide/files/fixes.xml:1.200 Fri May 17 17:06:42 2024
+++ pkgsrc/doc/guide/files/fixes.xml Sat Feb 22 17:17:25 2025
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.200 2024/05/17 17:06:42 bacon Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.201 2025/02/22 17:17:25 rillig Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1415,6 +1415,13 @@ MESON_ARGS+= -Dx11=false
</programlisting></para>
</sect2>
+ <sect2 id="endian">
+ <title>Determining the endianness</title>
+
+ <para>To determine the endianness of the target platform,
+ have a look at <filename>mk/endian.mk</filename>.</para>
+ </sect2>
+
</sect1>
<sect1 id="programming-languages">
Home |
Main Index |
Thread Index |
Old Index