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

(-)pm3-base/Makefile (-1 / +1 lines)
Lines 61-67 Link Here
61
WORDSIZE=	32
61
WORDSIZE=	32
62
.elif ${ARCH} == "alpha"
62
.elif ${ARCH} == "alpha"
63
.if ${OSVERSION} < 400011
63
.if ${OSVERSION} < 400011
64
BROKEN=		Not supported on older versions of FreeBSD/Alpha
64
IGNORE=		Not supported on older versions of FreeBSD/Alpha
65
.endif
65
.endif
66
CFLAGS+=	-mieee
66
CFLAGS+=	-mieee
67
TARGET=		FBSD_ALPHA
67
TARGET=		FBSD_ALPHA
(-)pm3-forms/Makefile (-1 / +1 lines)
Lines 55-61 Link Here
55
WORDSIZE=	32
55
WORDSIZE=	32
56
.elif ${ARCH} == "alpha"
56
.elif ${ARCH} == "alpha"
57
.if ${OSVERSION} < 400011
57
.if ${OSVERSION} < 400011
58
BROKEN=		Not supported on older versions of FreeBSD/Alpha
58
IGNORE=		Not supported on older versions of FreeBSD/Alpha
59
.endif
59
.endif
60
CFLAGS+=	-mieee
60
CFLAGS+=	-mieee
61
L2=		.so.${SOVERSION}
61
L2=		.so.${SOVERSION}
(-)pm3-gui/Makefile (-1 / +1 lines)
Lines 52-58 Link Here
52
WORDSIZE=	32
52
WORDSIZE=	32
53
.elif ${ARCH} == "alpha"
53
.elif ${ARCH} == "alpha"
54
.if ${OSVERSION} < 400011
54
.if ${OSVERSION} < 400011
55
BROKEN=		Not supported on older versions of FreeBSD/Alpha
55
IGNORE=		Not supported on older versions of FreeBSD/Alpha
56
.endif
56
.endif
57
CFLAGS+=	-mieee
57
CFLAGS+=	-mieee
58
L2=		.so.${SOVERSION}
58
L2=		.so.${SOVERSION}
(-)pm3-net/Makefile (-1 / +1 lines)
Lines 50-56 Link Here
50
WORDSIZE=	32
50
WORDSIZE=	32
51
.elif ${ARCH} == "alpha"
51
.elif ${ARCH} == "alpha"
52
.if ${OSVERSION} < 400011
52
.if ${OSVERSION} < 400011
53
BROKEN=		Not supported on older versions of FreeBSD/Alpha
53
IGNORE=		Not supported on older versions of FreeBSD/Alpha
54
.endif
54
.endif
55
CFLAGS+=	-mieee
55
CFLAGS+=	-mieee
56
L2=		.so.${SOVERSION}
56
L2=		.so.${SOVERSION}
(-)pm3-netobj/Makefile (-1 / +1 lines)
Lines 55-61 Link Here
55
WORDSIZE=	32
55
WORDSIZE=	32
56
.elif ${ARCH} == "alpha"
56
.elif ${ARCH} == "alpha"
57
.if ${OSVERSION} < 400011
57
.if ${OSVERSION} < 400011
58
BROKEN=		Not supported on older versions of FreeBSD/Alpha
58
IGNORE=		Not supported on older versions of FreeBSD/Alpha
59
.endif
59
.endif
60
CFLAGS+=	-mieee
60
CFLAGS+=	-mieee
61
L2=		.so.${SOVERSION}
61
L2=		.so.${SOVERSION}

Return to bug 53462