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

(-)Makefile (-5 / +1 lines)
Lines 12-24 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
BROKEN_mips=		fails to compile: stat.hpp:307: error: ISO C++ does not support long long
16
BROKEN_mips64=		fails to compile: stat.hpp:307: error: ISO C++ does not support long long
17
BROKEN_powerpc64=	fails to compile: stat.hpp:307: error: ISO C++ does not support long long
18
19
BUILD_DEPENDS=	help2man:misc/help2man
15
BUILD_DEPENDS=	help2man:misc/help2man
20
16
21
USES=		autoreconf gmake ncurses pkgconfig
17
USES=		autoreconf compiler:c++11-lang gmake ncurses pkgconfig
22
18
23
PLIST_FILES=	bin/sipp man/man1/sipp.1.gz
19
PLIST_FILES=	bin/sipp man/man1/sipp.1.gz
24
20

Return to bug 237554