pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/configure Documented PKGCONFIG_OVERRIDE and PKGCONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cab81a2914c
branches:  trunk
changeset: 531227:8cab81a2914c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 25 18:07:34 2007 +0000

description:
Documented PKGCONFIG_OVERRIDE and PKGCONFIG_OVERRIDE_STAGE.

diffstat:

 mk/configure/pkg-config-override.mk |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 36cf597b980c -r 8cab81a2914c mk/configure/pkg-config-override.mk
--- a/mk/configure/pkg-config-override.mk       Wed Jul 25 18:02:32 2007 +0000
+++ b/mk/configure/pkg-config-override.mk       Wed Jul 25 18:07:34 2007 +0000
@@ -1,4 +1,15 @@
-# $NetBSD: pkg-config-override.mk,v 1.2 2006/07/10 16:12:20 jlam Exp $
+# $NetBSD: pkg-config-override.mk,v 1.3 2007/07/25 18:07:34 rillig Exp $
+
+# Package-settable variables:
+#
+# PKGCONFIG_OVERRIDE
+#      The list of pkg-config files relative to WRKSRC in which the
+#      compiler flags need to be adjusted.
+#
+# PKGCONFIG_OVERRIDE_STAGE
+#      The stage in which the pkg-config files will be adjusted. By
+#      default, this is pre-configure.
+#
 
 ######################################################################
 ### pkg-config-override (PRIVATE)



Home | Main Index | Thread Index | Old Index