]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - Build.rc.example
The 'source' built-in command tries to search for the given filename in PATH when...
[autobuild.git] / Build.rc.example
index 09795f90b2b1a6a4d335c51200a3c856103ed9b8..a157f67b1f95e3e5f50a787d0383d509f822b477 100644 (file)
@@ -17,6 +17,13 @@ setPath PATH \
     "/usr/bin" \
     "/bin"
 
+# -----------------------------------------------------------------------------
+# The PKG_CONFIG_PATH environment variable to be set during the
+# build. (Default: empty)
+#
+setPath PKG_CONFIG_PATH \
+    "/usr/pkg/lib/pkgconfig"
+
 # -----------------------------------------------------------------------------
 # The extra arguments to be passed to "./configure".
 #
@@ -32,7 +39,7 @@ setBuildTarget "all"
 # -----------------------------------------------------------------------------
 # The name of subdirectory in which the source tree of documentation
 # resides, and the name of "make" target to build it. (Default: target
-# "all" in the current directory)
+# "all" in the top_builddir)
 #
 setDocDirectory "."
 setDocTarget "all"