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

(-)Makefile (-4 / +1 lines)
Lines 28-34 Link Here
28
28
29
# must be explicitely linked with -l{thr|pthread}
29
# must be explicitely linked with -l{thr|pthread}
30
CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
30
CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
31
PTHREAD_LIBS+=	`${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}`
31
PTHREAD_LIBS+= `${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}`
32
32
33
WRKSRC=		${WRKDIR}/${DISTNAME}
33
WRKSRC=		${WRKDIR}/${DISTNAME}
34
34
Lines 47-54 Link Here
47
#.endif
47
#.endif
48
#.endif
48
#.endif
49
49
50
.if ${ARCH} == "powerpc"
51
BROKEN=		Does not configure on powerpc
52
.endif
53
50
54
.include <bsd.port.post.mk>
51
.include <bsd.port.post.mk>

Return to bug 146020