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

(-)Makefile (-7 / +1 lines)
Lines 22-35 Link Here
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
CFLAGS+=	-fPIC
23
CFLAGS+=	-fPIC
24
24
25
.include <bsd.port.pre.mk>
26
27
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
25
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
28
CFLAGS+=	-O2 -ffast-math -funroll-loops
26
CFLAGS+=	-O2 -ffast-math -funroll-loops
29
.endif
27
.endif
30
28
31
.if ${OSVERSION} < 600000
29
.include <bsd.port.mk>
32
BROKEN=		Does not compile on 5.x
33
.endif
34
35
.include <bsd.port.post.mk>

Return to bug 124947