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

(-)scriba/Makefile (-6 / +5 lines)
Lines 33-47 Link Here
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
.if ${OSVERSION} < 500000
35
.if ${OSVERSION} < 500000
36
BROKEN=		coredumps a lot
36
BROKEN=		"coredumps a lot"
37
.endif
38
39
.if ${ARCH} == "amd64"
40
IGNORE=		need base libraries built with -fPIC
41
.endif
37
.endif
42
38
43
.if ${ARCH} == "ia64"
39
.if ${ARCH} == "ia64"
44
BROKEN=		fails to compile
40
BROKEN=		"fails to compile"
45
.endif
41
.endif
46
42
47
# Dependencies for port options
43
# Dependencies for port options
Lines 112-117 Link Here
112
		-e 's,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g' \
108
		-e 's,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g' \
113
		-e 's,root:root,root:wheel,g' \
109
		-e 's,root:root,root:wheel,g' \
114
		${WRKSRC}/setup.pl ${WRKSRC}/scriba.c ${WRKSRC}/make_gcc.jim
110
		${WRKSRC}/setup.pl ${WRKSRC}/scriba.c ${WRKSRC}/make_gcc.jim
111
.if ${ARCH} == "amd64"
112
	${REINPLACE_CMD} -e 's, -Bstatic,,g' ${WRKSRC}/make_gcc.jim
113
.endif
115
114
116
# Remove extensions not selected as options
115
# Remove extensions not selected as options

Return to bug 80903