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

(-)net-im/tox/Makefile (-7 / +1 lines)
Lines 21-28 Link Here
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--enable-tests
23
CONFIGURE_ARGS=	--enable-tests
24
USES=		autoreconf libtool openal:soft pathfix pkgconfig
24
USES=		autoreconf libtool pathfix pkgconfig
25
USE_SDL=	yes
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
PATHFIX_MAKEFILEIN=	Makefile.am
26
PATHFIX_MAKEFILEIN=	Makefile.am
28
INSTALL_TARGET=		install-strip
27
INSTALL_TARGET=		install-strip
Lines 48-58 Link Here
48
47
49
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
50
49
51
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
52
USE_GCC=	yes
53
BROKEN_i386=	'__stack_chk_fail_local' is not defined
54
.endif
55
56
.if ${PORT_OPTIONS:MDAEMON}
50
.if ${PORT_OPTIONS:MDAEMON}
57
USERS=	toxdht
51
USERS=	toxdht
58
USE_RC_SUBR=	tox-bootstrapd
52
USE_RC_SUBR=	tox-bootstrapd

Return to bug 201484