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

(-)/usr/local/tinderbox/portstrees/FreeBSD/ports/lang/io/Makefile (-3 / +1 lines)
Lines 19-25 Link Here
19
		event-1.1a.1:${PORTSDIR}/devel/libevent
19
		event-1.1a.1:${PORTSDIR}/devel/libevent
20
20
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_REINPLACE=	yes
23
22
24
WRKSRC=		${WRKDIR}/release/${DISTNAME}/
23
WRKSRC=		${WRKDIR}/release/${DISTNAME}/
25
MAKE_ENV=	INCS="-I${LOCALBASE}/include" LIBLOCAL="-L${LOCALBASE}/lib"
24
MAKE_ENV=	INCS="-I${LOCALBASE}/include" LIBLOCAL="-L${LOCALBASE}/lib"
Lines 28-34 Link Here
28
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
29
28
30
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
29
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
31
BROKEN=		"Does not compile on ia64 or sparc64"
30
BROKEN=		Does not compile on ia64 or sparc64
32
.endif
31
.endif
33
32
34
.if ${OSVERSION} < 500000
33
.if ${OSVERSION} < 500000
Lines 67-73 Link Here
67
.if ${OSVERSION} < 500000
66
.if ${OSVERSION} < 500000
68
	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h
67
	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h
69
.endif
68
.endif
70
71
69
72
do-install:
70
do-install:
73
.for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer
71
.for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer

Return to bug 95830