diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:04:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 02:04:25 +0000 |
commit | 2a3e01ed6792efcbdf55cf59bc1e9f31daf7c581 (patch) | |
tree | c75dc429b910714c047f43de533cd7fdc2a3437b /textproc/libparsifal | |
parent | 91e03362d436338d1274598ba2efaab4cb4b434a (diff) |
Notes
Diffstat (limited to 'textproc/libparsifal')
-rw-r--r-- | textproc/libparsifal/Makefile | 8 |
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> |