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

(-)sharpconstruct/Makefile (-1 / +2 lines)
Lines 26-31 Link Here
26
26
27
MAN1=		sharpconstruct.1
27
MAN1=		sharpconstruct.1
28
28
29
ONLY_FOR_ARCHS=	i386
30
29
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
30
32
31
.if ${OSVERSION} < 500000
33
.if ${OSVERSION} < 500000
Lines 41-46 Link Here
41
	@${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh
43
	@${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh
42
	@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
44
	@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
43
		${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
45
		${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
44
	@${REINPLACE_CMD} -e 's|-msse||' ${WRKSRC}/src/Makefile.in
45
46
46
.include <bsd.port.post.mk>
47
.include <bsd.port.post.mk>

Return to bug 95872