View | Details | Raw Unified | Return to bug 151181 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 23-30 Link Here
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"
25
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"
26
USE_OPENSSL=	yes
27
WITH_OPENSSL_PORT=	yes
28
CONFIGURE_ARGS+=	--with-openssl-dir="${OPENSSLBASE}"
26
CONFIGURE_ARGS+=	--with-openssl-dir="${OPENSSLBASE}"
29
27
30
OPTIONS=	BUFFREELISTS "freelists for buffer RAM" on \
28
OPTIONS=	BUFFREELISTS "freelists for buffer RAM" on \
Lines 47-52 Link Here
47
45
48
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
49
47
48
.if  ( ${OSVERSION} < 801000 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900011) )
49
WITH_OPENSSL_PORT=	yes
50
.endif
51
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
52
50
.if defined(WITH_BUFFREELISTS)
53
.if defined(WITH_BUFFREELISTS)
51
CONFIGURE_ARGS+=	--enable-buf-freelists
54
CONFIGURE_ARGS+=	--enable-buf-freelists
52
.else
55
.else

Return to bug 151181