Home
last modified time | relevance | path

Searched refs:PC_PATH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/
H A Dconfigure.sh1151 PC_PATH=$(pkg-config --variable=pc_path pkg-config)
1152 PC_PATH="${PC_PATH%%:*}"
1154 PC_PATH=""
1506 if [ "$PC_PATH" != "" ]; then
1530 PC_PATH=""
1594 printf 'PC_PATH=%s\n' "$PC_PATH"
1713 contents=$(replace "$contents" "PC_PATH" "$PC_PATH")
H A Dconfigure243 printf ' PC_PATH The location to install pkg-config files to. Must be a\n'
1141 if [ -z "${PC_PATH+set}" ]; then
1151 PC_PATH=$(pkg-config --variable=pc_path pkg-config)
1152 PC_PATH="${PC_PATH%%:*}"
1154 PC_PATH=""
1506 if [ "$PC_PATH" != "" ]; then
1516 pkg_config_install="\$(SAFE_INSTALL) \$(PC_INSTALL_ARGS) \"\$(BCL_PC)\" \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""
1517 pkg_config_uninstall="\$(RM) -f \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""
1530 PC_PATH
[all...]
H A DMakefile.in131 PC_PATH = %%PC_PATH%%
H A Dbuild.pkg.rig2216 * Gets the `$PC_PATH`, including the `$DESTDIR`. This generates the default
2218 * @return The `$PC_PATH`, with the `$DESTDIR`.