diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:34:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:34:14 +0000 |
commit | e200e9a1335663fc7d5f432b618d87b3df872592 (patch) | |
tree | 374c7ed2a691c7396cc869752bac684f003ae016 /devel/orbitcpp | |
parent | 0cde0c8847fda74af7e74ef4760c0698dde8def5 (diff) |
Notes
Diffstat (limited to 'devel/orbitcpp')
-rw-r--r-- | devel/orbitcpp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index aa100cabae3b..e7de314a6a9e 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -23,4 +23,10 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\)test\(.*\)|\1\2|' ${WRKSRC}/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Segfault during build +.endif + +.include <bsd.port.post.mk> |