aboutsummaryrefslogtreecommitdiff
path: root/graphics/sharpconstruct
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-05 07:53:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-05 07:53:27 +0000
commit8554f1fe2d9f577954133c1d113a62efd2288327 (patch)
tree527af795601c6a4b51acc6af6f5c32fad25a0cfe /graphics/sharpconstruct
parent11e1e79bf110b197be6f89aabf7f6622c5d67296 (diff)
downloadports-8554f1fe2d9f577954133c1d113a62efd2288327.tar.gz
ports-8554f1fe2d9f577954133c1d113a62efd2288327.zip
Notes
Diffstat (limited to 'graphics/sharpconstruct')
-rw-r--r--graphics/sharpconstruct/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index 74ae7c49106c..b19719f7b8d8 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -26,6 +26,8 @@ USE_GCC= 3.4+
MAN1= sharpconstruct.1
+ONLY_FOR_ARCHS= i386
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
@@ -41,6 +43,5 @@ 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>