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

(-)irc/ircd-ratbox/Makefile (-1 / +9 lines)
Lines 20-25 Link Here
20
USE_SQLITE=	3
20
USE_SQLITE=	3
21
USE_LDCONFIG=	${PREFIX}/lib/ircd-ratbox
21
USE_LDCONFIG=	${PREFIX}/lib/ircd-ratbox
22
22
23
MAKE_JOBS_UNSAFE=	yes
24
23
USERS=		ircd
25
USERS=		ircd
24
GROUPS=		${USERS}
26
GROUPS=		${USERS}
25
27
Lines 70-84 Link Here
70
.endif
72
.endif
71
73
72
.if ${PORT_OPTIONS:MIPV6}
74
.if ${PORT_OPTIONS:MIPV6}
75
CONFIGURE_ARGS+=	--enable-ipv6
76
.else
73
CONFIGURE_ARGS+=	--disable-ipv6
77
CONFIGURE_ARGS+=	--disable-ipv6
74
.endif
78
.endif
75
79
76
.if ${PORT_OPTIONS:MZIPLINKS}
80
.if ${PORT_OPTIONS:MZIPLINKS}
81
CONFIGURE_ARGS+=	--enable-zlib
82
.else
77
CONFIGURE_ARGS+=	--disable-zlib
83
CONFIGURE_ARGS+=	--disable-zlib
78
.endif
84
.endif
79
85
80
.if ${PORT_OPTIONS:MSHARED_MODS}
86
.if ${PORT_OPTIONS:MSHARED_MODS}
81
CONFIGURE_ARGS+=	--disable-shared-modules
87
CONFIGURE_ARGS+=	--disable-static
88
.else
89
CONFIGURE_ARGS+=	--enable-static
82
.endif
90
.endif
83
91
84
.if ${PORT_OPTIONS:MASSERT}
92
.if ${PORT_OPTIONS:MASSERT}

Return to bug 181481