1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build on architectures which lack SSE instructions

PR:		ports/95552
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-04-10 20:07:28 +00:00
parent eff040c2df
commit 5fafa07ef1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159298

View File

@ -41,5 +41,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh
@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
@${REINPLACE_CMD} -e 's|-msse||' ${WRKSRC}/src/Makefile.in
.include <bsd.port.post.mk>