Home
last modified time | relevance | path

Searched refs:BREW (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake32 find_program(BREW brew)
33 if(BREW)
38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"
117 if(BREW)
120 # $BREW --prefix --installed <formula>
129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl"
140 execute_process(COMMAND "${BREW}" "--prefix" "openssl"
/freebsd/contrib/tcpdump/
H A Dconfigure.ac83 AC_PATH_PROG([BREW], [brew])
1044 if test -n "$BREW"; then
1045 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
1061 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
1065 # $BREW --prefix --installed <formula>
1074 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
1083 openssl_path=`$BREW --prefix openssl`
H A Dconfigure4505 case $BREW in
4507 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4532 BREW=$ac_cv_path_BREW
4533 if test -n "$BREW"; then
4534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4535 printf "%s\n" "$BREW" >&6; }
9110 if test -n "$BREW"; then
9111 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
9226 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
9240 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
[all …]
/freebsd/contrib/libpcap/
H A Dconfigure7121 case $BREW in
7123 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
7148 BREW=$ac_cv_path_BREW
7149 if test -n "$BREW"; then
7150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
7151 printf "%s\n" "$BREW" >&6; }
8889 if test -n "$BREW"; then
8890 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
9006 if test "x$HAVE_OPENSSL" != "xyes" -a -n "$BREW"; then
9018 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
[all …]
H A Dconfigure.ac841 AC_PATH_PROG([BREW], [brew])
1813 if test -n "$BREW"; then
1814 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
1831 if test "x$HAVE_OPENSSL" != "xyes" -a -n "$BREW"; then
1835 # $BREW --prefix --installed <formula>
1842 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
1851 openssl_path=`$BREW --prefix openssl`