summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-04 02:04:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-04 02:04:25 +0000
commit2a3e01ed6792efcbdf55cf59bc1e9f31daf7c581 (patch)
treec75dc429b910714c047f43de533cd7fdc2a3437b /textproc
parentBROKEN on !i386: Broken pkg-plist (diff)
BROKEN on !i386 and !sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=123082
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libparsifal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile
index 6711b769425b..10f91668f74a 100644
--- a/textproc/libparsifal/Makefile
+++ b/textproc/libparsifal/Makefile
@@ -21,7 +21,13 @@ INSTALLS_SHLIB= yes
PLIST_SUB= VERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
+BROKEN= "Does not compile on !i386 and !sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's| -O3||g' ${WRKSRC}/src/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>