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

(-)net/freeswitch/Makefile (-2 / +2 lines)
Lines 32-38 Link Here
32
		libtiff.so:graphics/tiff \
32
		libtiff.so:graphics/tiff \
33
		libuuid.so:misc/e2fsprogs-libuuid
33
		libuuid.so:misc/e2fsprogs-libuuid
34
34
35
USES=		gmake iconv jpeg libedit libtool lua:51-52 perl5 \
35
USES=		gmake iconv jpeg libedit libtool lua perl5 \
36
		pkgconfig shebangfix ssl
36
		pkgconfig shebangfix ssl
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
USE_RC_SUBR=	freeswitch
38
USE_RC_SUBR=	freeswitch
Lines 48-54 Link Here
48
GNU_CONFIGURE=		yes
48
GNU_CONFIGURE=		yes
49
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
49
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
50
		--enable-zrtp
50
		--enable-zrtp
51
CFLAGS+=	-Wno-error
51
CFLAGS+=	-Wno-error -I${LUA_INCDIR}
52
52
53
USERS=		${PORTNAME}
53
USERS=		${PORTNAME}
54
GROUPS=		${USERS}
54
GROUPS=		${USERS}

Return to bug 246204