summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sharpconstruct/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.post.mk>