From 0f11f7ee593b45cf420f0d48246e14d979cb8452 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Mon, 28 Oct 2024 07:31:09 +0100 Subject: [PATCH] mail/alpine: fix build with libressl PR: 269064 Reported by: Dave Hayes Approved by: maintainer timeout (3+ months) --- mail/alpine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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