diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-21 19:49:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-21 19:49:16 +0000 |
commit | a3363148fc279ccb565b11a784ba5ed2972618ce (patch) | |
tree | ae110a00c5cb718395c2e313655ccef5aaad5c21 | |
parent | cb4c98a613f0e13da60447c4800b8204ee2c2ef1 (diff) | |
download | ports-a3363148fc279ccb565b11a784ba5ed2972618ce.tar.gz ports-a3363148fc279ccb565b11a784ba5ed2972618ce.zip |
Notes
-rw-r--r-- | security/mosref/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index decffa13e2a5..be9973e82ccc 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -18,6 +18,12 @@ USE_GMAKE= yes PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= segmentation fault during build +.endif + # The distfile has execute bits set on everything; fix. post-extract: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} a-x {} ";" @@ -34,4 +40,4 @@ post-install: cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |