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

Collapse All | Expand All

(-)Makefile 2009-01-22 10:48:54.000000000 -0500 (+12 lines)
Lines 41-48 Link Here
41
41
42
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
43
43
44
.ifdef (LOG_OPENVPN)  
45
CFLAGS+=	-DLOG_OPENVPN=${LOG_OPENVPN}
46
.endif
47
44
SUB_LIST+=	RCSFX=${RC_SUBR_SUFFIX}
48
SUB_LIST+=	RCSFX=${RC_SUBR_SUFFIX}
45
49
50
pre-fetch:
51
	@${ECHO} ""
52
	@${ECHO} "You may use the following build options:"
53
	@${ECHO} ""
54
	@${ECHO} "      LOG_OPENVPN={Valid syslog facility}"
55
	@${ECHO} "      EXAMPLE:  make LOG_OPENVPN=LOG_DAEMON"
56
	@${ECHO} ""
57
46
# NOTE: there is no way to explicitly specify the LZO version to 
58
# NOTE: there is no way to explicitly specify the LZO version to 
47
# if LZO2 and LZO1 are installed, OpenVPN will pick LZO2.
59
# if LZO2 and LZO1 are installed, OpenVPN will pick LZO2.
48
# So depend on LZO1 only if it's already there and LZO2 isn't.
60
# So depend on LZO1 only if it's already there and LZO2 isn't.

Return to bug 130893