mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/cmake-core: Fix build with non-base SSL
This is a just a hotfix to keep things building, but more investigation is certaintly warranted. PR: 274512 Reported by: Dean E. Weimer <dweimer@dweimer.net>
This commit is contained in:
parent
f09facfac8
commit
90b6cf7448
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|||
--parallel=${MAKE_JOBS_NUMBER} \
|
||||
--init="${WRKSRC}/InitialCache.cmake"
|
||||
|
||||
# Quick fix to enable build with non-base SSL (PR: 274512)
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
OPTIONS_DEFINE= DOCS CPACK
|
||||
OPTIONS_DEFAULT= CPACK
|
||||
OPTIONS_SUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue