pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Oct  4 19:27:15 UTC 2024

Modified Files:
        pkgsrc/mk/configure: gnu-configure.mk

Log Message:
mk/configure: document GNU_CONFIGURE_ICONV


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mk/configure/gnu-configure.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/configure/gnu-configure.mk
diff -u pkgsrc/mk/configure/gnu-configure.mk:1.32 pkgsrc/mk/configure/gnu-configure.mk:1.33
--- pkgsrc/mk/configure/gnu-configure.mk:1.32   Fri Apr 12 19:54:56 2024
+++ pkgsrc/mk/configure/gnu-configure.mk        Fri Oct  4 19:27:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: gnu-configure.mk,v 1.32 2024/04/12 19:54:56 riastradh Exp $
+# $NetBSD: gnu-configure.mk,v 1.33 2024/10/04 19:27:15 rillig Exp $
 #
 # Package-settable variables:
 #
@@ -30,7 +30,14 @@
 #      Default: no
 #      See also: configure-help show-unknown-configure-options
 #
-# Keywords: configure configure_args gnu strict enable disable
+# GNU_CONFIGURE_ICONV
+#      Whether to add --with-libiconv-prefix to CONFIGURE_ARGS.
+#      Should be set to "no" for packages that don't know this option.
+#
+#      Default: yes
+#      See also: ../../converters/libiconv/builtin.mk
+#
+# Keywords: configure configure_args gnu strict enable disable libiconv
 
 _VARGROUPS+=                   gnu-configure
 _USER_VARS.gnu-configure=      # none



Home | Main Index | Thread Index | Old Index