View | Details | Raw Unified | Return to bug 235763
Collapse All | Expand All

(-)Makefile (-1 / +11 lines)
Lines 11-18 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
USES=		gmake pkgconfig tar:tgz
12
USES=		localbase:ldflags gmake pkgconfig tar:tgz ssl
13
BROKEN_SSL=     openssl111
14
BROKEN_SSL_REASON_openssl111=           Does not compile with Openssl 1.1.x yet
15
13
OPTIONS_DEFINE=	DEBUG CURL LIBWWW CPLUSPLUS
16
OPTIONS_DEFINE=	DEBUG CURL LIBWWW CPLUSPLUS
14
OPTIONS_DEFAULT=CURL LIBWWW CPLUSPLUS
17
OPTIONS_DEFAULT=CURL LIBWWW CPLUSPLUS
Lines 41-46 Link Here
41
LDFLAGS+=	-lm
44
LDFLAGS+=	-lm
42
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
46
47
.if ${OPSYS} == FreeBSD && \
48
    ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
49
    (${SSL_DEFAULT} == "openssl111"))
50
BROKEN=		Does not compile with Openssl 1.1.x yet
51
.endif
52
43
.if empty(PORT_OPTIONS:MDEBUG)
53
.if empty(PORT_OPTIONS:MDEBUG)
44
CFLAGS+=	-DNDEBUG
54
CFLAGS+=	-DNDEBUG

Return to bug 235763