mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- use correct openssl binary for given OpenSSL dir - use MacPorts libedit - remove cmake patch for sw_ver Fixes: https://trac.macports.org/ticket/64259 See: https://trac.macports.org/ticket/64006
11 lines
417 B
Diff
11 lines
417 B
Diff
--- a/cmake/readline.cmake 2022-04-10 08:32:14.000000000 -0400
|
|
+++ b/cmake/readline.cmake 2022-04-10 08:33:05.000000000 -0400
|
|
@@ -116,6 +116,7 @@
|
|
# Different path on FreeBSD
|
|
FIND_PATH(FOUND_EDIT_READLINE_READLINE
|
|
NAMES edit/readline/readline.h
|
|
+ PATHS @PREFIX@/include
|
|
)
|
|
IF(FOUND_EDIT_READLINE_READLINE)
|
|
SET(EDITLINE_INCLUDE_DIR "${FOUND_EDIT_READLINE_READLINE}/edit/readline")
|