From 5fafa07ef1a4b6ff03c3467c7f8b6c81d247d577 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 10 Apr 2006 20:07:28 +0000 Subject: - Fix build on architectures which lack SSE instructions PR: ports/95552 Submitted by: Dmitry Marakasov (maintainer) --- graphics/sharpconstruct/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index 395eefbb73b5..74ae7c49106c 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -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 -- cgit v1.2.3