diff options
-rw-r--r-- | devel/orbitcpp/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index e7de314a6a9e..2cc746bce7a6 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -16,17 +16,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB USE_BZIP2= yes -USE_GNOME= gnomehack lthack orbit2 +USE_GNOME= gnomehack ltverhack orbit2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\)test\(.*\)|\1\2|' ${WRKSRC}/Makefile.in -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700029 -BROKEN= Segfault during build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |