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

Collapse All | Expand All

(-)Makefile 2010-10-04 00:27:11.000000000 +0200 (-2 / +7 lines)
Lines 24-31 Link Here
24
CPPFLAGS+=     -I${LOCALBASE}/include
24
CPPFLAGS+=     -I${LOCALBASE}/include
25
CONFIGURE_ENV+=        CPPFLAGS="${CPPFLAGS}"
25
CONFIGURE_ENV+=        CPPFLAGS="${CPPFLAGS}"
26
USE_OPENSSL=   yes
26
USE_OPENSSL=   yes
27
WITH_OPENSSL_PORT=     yes
28
CONFIGURE_ARGS+=       --with-openssl-dir="${OPENSSLBASE}"
29
27
30
OPTIONS=       BUFFREELISTS "freelists for buffer RAM" on \
28
OPTIONS=       BUFFREELISTS "freelists for buffer RAM" on \
31
               GEOIP "track country data" off \
29
               GEOIP "track country data" off \
Lines 47-52 Link Here
47
45
48
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
49
47
48
.if ${OSVERSION} <= 800505
49
WITH_OPENSSL_PORT=     yes
50
CONFIGURE_ARGS+=       --with-openssl-dir="${LOCALBASE}"
51
.else
52
CONFIGURE_ARGS+=       --with-openssl-dir="/usr"
53
.endif
54
50
.if defined(WITH_BUFFREELISTS)
55
.if defined(WITH_BUFFREELISTS)
51
CONFIGURE_ARGS+=       --enable-buf-freelists
56
CONFIGURE_ARGS+=       --enable-buf-freelists
52
.else
57
.else

Return to bug 151181