mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/alpine: fix build with libressl
PR: 269064 Reported by: Dave Hayes <dave@jetcafe.org> Approved by: maintainer timeout (3+ months)
This commit is contained in:
parent
364d89e1c0
commit
0f11f7ee59
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME?= alpine
|
||||
DISTVERSION= 2.26
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES?= mail news
|
||||
MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
|
@ -32,6 +32,7 @@ MAKE_ARGS+= CC="${CC}" \
|
|||
CXX="${CXX}" \
|
||||
GCCCFLAGS="${CFLAGS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CFLAGS+= -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L
|
||||
# When you update please double check that the commit corresponds to
|
||||
# the actual version you've set in PORTVERSION.
|
||||
GIT_COMMIT= 9726c098a739edfdca6218bc5dee104c310957e9
|
||||
|
|
Loading…
Add table
Reference in a new issue