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

(-)Makefile (-3 / +14 lines)
Lines 18-27 Link Here
18
LIB_DEPENDS=	libboost_context.so:devel/boost-libs
18
LIB_DEPENDS=	libboost_context.so:devel/boost-libs
19
19
20
BROKEN_sparc64=	Does not compile on sparc64
20
BROKEN_sparc64=	Does not compile on sparc64
21
BROKEN_FreeBSD_9=	linker error
22
21
23
USES=		compiler:c++11-lib cpe gmake pkgconfig ssl tar:bzip2
22
USES=		compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2
24
GNU_CONFIGURE=	YES
23
GNU_CONFIGURE=	YES
24
CXXFLAGS+=	-D_GLIBCXX_USE_C99
25
25
26
CPE_VENDOR=	powerdns
26
CPE_VENDOR=	powerdns
27
27
Lines 54-57 Link Here
54
GROUPS=		pdns
54
GROUPS=		pdns
55
.endif
55
.endif
56
56
57
.include <bsd.port.mk>
57
.include <bsd.port.pre.mk>
58
59
.if ${SSL_DEFAULT} == base
60
BROKEN_FreeBSD_9=	FreeBSD 9.x requires SSL from ports
61
.endif
62
63
.if ${OSVERSION} < 1000000 && ${ARCH} == i386
64
#BUILD_DEPENDS=		${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
65
LDFLAGS+=		-latomic
66
.endif
67
68
.include <bsd.port.post.mk>

Return to bug 214816