diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-10-28 06:31:09 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-10-28 06:31:09 +0000 |
commit | 0f11f7ee593b45cf420f0d48246e14d979cb8452 (patch) | |
tree | 001be16ad18b066d2267e9475b49d97913d9d360 | |
parent | 364d89e1c062f7a2b97615e978e5d94627a2c9e7 (diff) | |
download | ports-0f11f7ee593b45cf420f0d48246e14d979cb8452.tar.gz ports-0f11f7ee593b45cf420f0d48246e14d979cb8452.zip |
mail/alpine: fix build with libressl
PR: 269064
Reported by: Dave Hayes <dave@jetcafe.org>
Approved by: maintainer timeout (3+ months)
-rw-r--r-- | mail/alpine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index e707e9b12284..82b7e2e4636a 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -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 |