aboutsummaryrefslogtreecommitdiff
path: root/devel/omniORB/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
commitc104a9396154362152a0e1911e21553b22c35f32 (patch)
tree00d9aa8d2f6ee6f5a3db8e197344077f78de6f91 /devel/omniORB/Makefile
parent7ec27e904a2dc1a68b5a1e8fe210939e3184896f (diff)
downloadports-c104a9396154362152a0e1911e21553b22c35f32.tar.gz
ports-c104a9396154362152a0e1911e21553b22c35f32.zip
Notes
Diffstat (limited to 'devel/omniORB/Makefile')
-rw-r--r--devel/omniORB/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index 117733414a2d..afd8e42acd39 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -43,6 +43,12 @@ PLIST_SUB+= STATIC=""
MAN1= catior.1 genior.1 nameclt.1 omniNames.1 omniidl.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= "Does not compile on FreeBSD >= 7.0"
+.endif
+
post-patch:
@${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#' \
${WRKSRC}/mk/beforeauto.mk.in
@@ -63,4 +69,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/sample.cfg ${EXAMPLESDIR}/omniORB.cfg
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>