/freebsd/contrib/tcpdump/cmake/Modules/ |
H A D | FindCRYPTO.cmake | 24 # 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 D | FindPCAP.cmake | 82 # 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 D | build-coverage | 13 PKG_CONFIG_PATH="${PKG_CONFIG_PATH:-${LIBCBOR}/install/lib/pkgconfig}" 14 export CC PKG_CONFIG_PATH
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 32 # 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 D | README-Travis.md | 144 …PKG_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. 246 …PKG_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 D | README-Travis.md | 140 …OME/android23-aarch64`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported. 142 …PKG_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. 244 …PKG_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 D | install_expat.sh | 20 export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
|
/freebsd/contrib/lutok/admin/ |
H A D | travis-install-deps.sh | 77 PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
|
/freebsd/contrib/kyua/admin/ |
H A D | build-bintray-dist.sh | 96 PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libevent_openssl.m4 | 51 directory containing `openssl.pc' to the `PKG_CONFIG_PATH' environment variable, \
|
/freebsd/contrib/libevent/m4/ |
H A D | libevent_openssl.m4 | 51 directory containing `openssl.pc' to the `PKG_CONFIG_PATH' environment variable, \
|
/freebsd/contrib/googletest/docs/ |
H A D | pkgconfig.md | 63 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 D | configure.ac | 864 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 875 …PKG_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 894 …PKG_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 D | configure | 7180 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 7191 …PKG_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 7210 …PKG_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 D | Makefile.in | 201 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/tcpdump/ |
H A D | configure.ac | 1035 # 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 D | CMakeLists.txt | 168 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 D | Makefile.in | 246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | pkg.m4 | 63 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 D | Makefile.in | 259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/openpam/include/ |
H A D | Makefile.in | 257 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/openpam/doc/ |
H A D | Makefile.in | 257 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/openpam/doc/man/ |
H A D | Makefile.in | 232 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/openpam/lib/ |
H A D | Makefile.in | 258 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
/freebsd/contrib/openpam/modules/ |
H A D | Makefile.in | 258 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|