aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sharpconstruct
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-11 04:07:28 +0800
committerpav <pav@FreeBSD.org>2006-04-11 04:07:28 +0800
commitda15b635a24baa347a52870fa2ff0d8b4bbfd728 (patch)
treee626924abd87bdf1e761bdc11a3a149e622121c0 /graphics/sharpconstruct
parent3cc1bf18f93c425ddd63b698122783aa4ed87c2a (diff)
downloadfreebsd-ports-gnome-da15b635a24baa347a52870fa2ff0d8b4bbfd728.tar.gz
freebsd-ports-gnome-da15b635a24baa347a52870fa2ff0d8b4bbfd728.tar.zst
freebsd-ports-gnome-da15b635a24baa347a52870fa2ff0d8b4bbfd728.zip
- Fix build on architectures which lack SSE instructions
PR: ports/95552 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'graphics/sharpconstruct')
-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>