www/aria2: drop definition of TLS1_3_VERSION in CPPFLAGS.

Since LibreSSL 3.4.1 this gross hack is no longer needed.
This commit is contained in:
tb 2021-11-18 20:16:10 +00:00
parent a29901c041
commit c8e02edad5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2020/07/21 08:05:06 tb Exp $
# $OpenBSD: Makefile,v 1.61 2021/11/18 20:16:10 tb Exp $
BROKEN-alpha = MetalinkParserStateV4Impl.cc:219:1: internal compiler error: Segmentation fault
@ -7,7 +7,7 @@ V = 1.35.0
DISTNAME = aria2-${V}
CATEGORIES = www
HOMEPAGE = https://aria2.github.io/
REVISION = 0
REVISION = 1
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
@ -33,7 +33,7 @@ TEST_DEPENDS = ${BUILD_DEPENDS}
WANTLIB += c cares crypto expat iconv intl m pthread sqlite3 ssh2 ssl z ${COMPILER_LIBCXX}
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-DTLS1_3_VERSION=0x0304 -I${LOCALBASE}/include" \
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS += --disable-rpath \