Home
last modified time | relevance | path

Searched refs:PKG_CONFIG_PATH (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake24 # PKG_CONFIG_PATH from "brew --env openssl" and add that
25 # to PKG_CONFIG_PATH. (No, we can't just assume it's under
51 # Find the line that begins with "PKG_CONFIG_PATH: ", and extract
55 if(LINE MATCHES "PKG_CONFIG_PATH: \(.*\)")
56 string(REGEX REPLACE "PKG_CONFIG_PATH: \(.*\)"
65 # Save the current value of the PKG_CONFIG_PATH environment
68 set(SAVE_PKG_CONFIG_PATH $ENV{PKG_CONFIG_PATH})
72 # it to the PKG_CONFIG_PATH environment variable.
75 set(ENV{PKG_CONFIG_PATH} "${OPENSSL_PKGCONFIG_DIR}:$ENV{PKG_CONFIG_PATH}")
84 # Revert the change to PKG_CONFIG_PATH.
[all …]
H A DFindPCAP.cmake82 # Before doing so, set the PKG_CONFIG_PATH environment variable
101 # Get the current PKG_CONFIG_PATH setting.
103 set(_pkg_config_path "$ENV{PKG_CONFIG_PATH}")
177 set(ENV{PKG_CONFIG_PATH} "${_pkg_config_path}")
181 set(ENV{PKG_CONFIG_PATH} "${_saved_pkg_config_path}")
/freebsd/contrib/libfido2/fuzz/
H A Dbuild-coverage13 PKG_CONFIG_PATH="${PKG_CONFIG_PATH:-${LIBCBOR}/install/lib/pkgconfig}"
14 export CC PKG_CONFIG_PATH
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake32 # to PKG_CONFIG_PATH, so we look for the .pc file there,
36 set(save_PKG_CONFIG_PATH $ENV{PKG_CONFIG_PATH})
38 set(ENV{PKG_CONFIG_PATH} "${dpdk_ROOT}/pkgconfig:$ENV{PKG_CONFIG_PATH}")
47 set(ENV{PKG_CONFIG_PATH} "${save_PKG_CONFIG_PATH}")
/freebsd/contrib/unbound/
H A DREADME-Travis.md144PKG_CONFIG_PATH` is exported. `PKG_CONFIG_PATH` is the userland equivalent to sysroot, and allows …
157 export PKG_CONFIG_PATH="$ANDROID_PREFIX/lib/pkgconfig"
244 …/iPhoneSimulator-i386`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported.
246PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
259 export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
/freebsd/contrib/ldns/
H A DREADME-Travis.md140 …OME/android23-aarch64`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported.
142PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
155 export PKG_CONFIG_PATH="$ANDROID_PREFIX/lib/pkgconfig"
242 …/iPhoneSimulator-i386`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported.
244PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
257 export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
/freebsd/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh20 export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
/freebsd/contrib/lutok/admin/
H A Dtravis-install-deps.sh77 PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
/freebsd/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh96 PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibevent_openssl.m451 directory containing `openssl.pc' to the `PKG_CONFIG_PATH' environment variable, \
/freebsd/contrib/libevent/m4/
H A Dlibevent_openssl.m451 directory containing `openssl.pc' to the `PKG_CONFIG_PATH' environment variable, \
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.md63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
66 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
/freebsd/contrib/libpcap/
H A Dconfigure.ac864 if test -z "$PKG_CONFIG_PATH"; then
869 PKG_CONFIG_PATH=/usr/lib/amd64/pkgconfig
870 elif test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/pkgconfig"`; then
875PKG_CONFIG_PATH=`echo "$PKG_CONFIG_PATH" | sed "s;/usr/lib/pkgconfig;/usr/lib/amd64/pkgconfig:/usr…
881 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/amd64/pkgconfig"
883 export PKG_CONFIG_PATH
889 if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig"`; then
894PKG_CONFIG_PATH=`echo "$PKG_CONFIG_PATH" | sed "s;/usr/lib/amd64/pkgconfig;/usr/lib/pkgconfig:/usr…
895 export PKG_CONFIG_PATH
1804 # PKG_CONFIG_PATH from "brew --env openssl" and add that
[all …]
H A Dconfigure7180 if test -z "$PKG_CONFIG_PATH"; then
7185 PKG_CONFIG_PATH=/usr/lib/amd64/pkgconfig
7186 elif test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/pkgconfig"`; then
7191PKG_CONFIG_PATH=`echo "$PKG_CONFIG_PATH" | sed "s;/usr/lib/pkgconfig;/usr/lib/amd64/pkgconfig:/usr…
7197 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/amd64/pkgconfig"
7199 export PKG_CONFIG_PATH
7205 if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig"`; then
7210PKG_CONFIG_PATH=`echo "$PKG_CONFIG_PATH" | sed "s;/usr/lib/amd64/pkgconfig;/usr/lib/pkgconfig:/usr…
7211 export PKG_CONFIG_PATH
8888 save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
[all …]
/freebsd/contrib/openpam/misc/
H A DMakefile.in201 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/tcpdump/
H A Dconfigure.ac1035 # PKG_CONFIG_PATH from "brew --env openssl" and add that
1036 # to PKG_CONFIG_PATH. (No, we can't just assume it's under
1043 save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
1045 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
1046 PKG_CONFIG_PATH="$openssl_pkgconfig_dir:$PKG_CONFIG_PATH"
1055 PKG_CONFIG_PATH="$save_PKG_CONFIG_PATH"
H A DCMakeLists.txt168 if((NOT DEFINED ENV{PKG_CONFIG_PATH}) OR "$ENV{PKG_CONFIG_PATH}" EQUAL "")
173 elseif("$ENV{PKG_CONFIG_PATH}" MATCHES "/usr/lib/pkgconfig")
180 fixed_path "$ENV{PKG_CONFIG_PATH}")
186 set(fixed_path "$ENV{PKG_CONFIG_PATH}:/usr/lib/amd64/pkgconfig")
188 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")
194 if("$ENV{PKG_CONFIG_PATH}" MATCHES "/usr/lib/amd64/pkgconfig")
201 fixed_path "$ENV{PKG_CONFIG_PATH}")
202 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")
/freebsd/contrib/openpam/include/security/
H A DMakefile.in246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/sys/contrib/openzfs/config/
H A Dpkg.m463 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
170 Consider adjusting the PKG_CONFIG_PATH environment variable if you
/freebsd/contrib/openpam/bin/
H A DMakefile.in259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/openpam/include/
H A DMakefile.in257 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/openpam/doc/
H A DMakefile.in257 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/openpam/doc/man/
H A DMakefile.in232 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/openpam/lib/
H A DMakefile.in258 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
/freebsd/contrib/openpam/modules/
H A DMakefile.in258 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@

123