HomeSort by: relevance | last modified time | path
    Searched refs:BREW (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindCRYPTO.cmake 24 # PKG_CONFIG_PATH from "brew --env openssl" and add that
32 find_program(BREW brew)
33 if(BREW)
38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"
45 # brew --env --plain openssl succeeded.
117 if(BREW)
119 # The brew man page lies when it speaks of
120 # $BREW --prefix --installed <formula>
129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl
    [all...]
  /src/external/bsd/tcpdump/dist/
configure 672 BREW
4500 # Do we have the brew command from Homebrew?
4502 # Extract the first word of "brew", so it can be a program name with args.
4503 set dummy brew; ac_word=$2
4510 case $BREW in
4512 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4537 BREW=$ac_cv_path_BREW
4538 if test -n "$BREW"; then
4539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4540 printf "%s\n" "$BREW" >&6;
    [all...]
  /src/external/bsd/libpcap/dist/
configure 708 BREW
7111 # Do we have the brew command from Homebrew?
7113 # Extract the first word of "brew", so it can be a program name with args.
7114 set dummy brew; ac_word=$2
7121 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;
    [all...]

Completed in 38 milliseconds