devel/p4: fix the build with alternate OpenSSL implementations
When setting DEFAULT_VERSIONS+=ssl=anything, p4 needs to use OPENSSLINC. PR: 236548 Reported by: Tassilo Philipp <tphilipp@potion-studios.com> MFH: 2019Q1
This commit is contained in:
parent
f7fa852397
commit
8b6ae3497c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496572
@ -40,6 +40,7 @@ PLIST_FILES= bin/p4
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SETENV} C++="${CXX}" C++FLAGS="${CXXFLAGS}" \
|
||||
CCFLAGS="${CFLAGS}" \
|
||||
HDRS="${OPENSSLINC}" \
|
||||
LINKFLAGS="${LDFLAGS}" \
|
||||
OSVER=${OSVER} \
|
||||
SSL="yes" \
|
||||
|
Loading…
Reference in New Issue
Block a user