diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 06:51:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 06:51:16 +0800 |
commit | d5fd0cb4e38335a72091c209e993b7d7cd9b4f70 (patch) | |
tree | 49e15f0b84501b73e68bbbdffe51f8edcd89fa44 /devel/omniORB | |
parent | 313cd65d841cac2163ae8a300dd97cad0e8d3eee (diff) | |
download | freebsd-ports-gnome-d5fd0cb4e38335a72091c209e993b7d7cd9b4f70.tar.gz freebsd-ports-gnome-d5fd0cb4e38335a72091c209e993b7d7cd9b4f70.tar.zst freebsd-ports-gnome-d5fd0cb4e38335a72091c209e993b7d7cd9b4f70.zip |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'devel/omniORB')
-rw-r--r-- | devel/omniORB/Makefile | 8 |
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> |