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

(-)Makefile (-4 / +4 lines)
Lines 19-28 Link Here
19
19
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
21
22
.if ${OSVERSION} >= 502126
23
BROKEN=		"Does not compile on FreeBSD >= 5.x"
24
.endif
25
26
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
22
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
27
BROKEN=		"Segfault during build on alpha and amd64"
23
BROKEN=		"Segfault during build on alpha and amd64"
28
.endif
24
.endif
Lines 44-49 Link Here
44
INSTALL_TARGET=	install_unix
40
INSTALL_TARGET=	install_unix
45
INSTALLS_SHLIB=	yes
41
INSTALLS_SHLIB=	yes
46
42
43
.if ${OSVERSION} >= 502126 && ${COMPILER} != "icc"
44
BROKEN=		"Does not compile on FreeBSD >= 5.x"
45
.endif
46
47
.if ${OSVERSION} < 440000
47
.if ${OSVERSION} < 440000
48
BROKEN=		"Not supported on systems prior to FreeBSD 4.4"
48
BROKEN=		"Not supported on systems prior to FreeBSD 4.4"
49
.endif
49
.endif

Return to bug 72342