diff options
author | bland <bland@FreeBSD.org> | 2007-04-23 14:50:34 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2007-04-23 14:50:34 +0800 |
commit | 4dc03fcf376e31eba5d331b1f3f4b88797955ac6 (patch) | |
tree | b2c5d174cd8de6d8dce84f97371b7c75c8a3feda | |
parent | 19e5d1f1636395b6b6759c5999158824b409facc (diff) | |
download | freebsd-ports-gnome-4dc03fcf376e31eba5d331b1f3f4b88797955ac6.tar.gz freebsd-ports-gnome-4dc03fcf376e31eba5d331b1f3f4b88797955ac6.tar.zst freebsd-ports-gnome-4dc03fcf376e31eba5d331b1f3f4b88797955ac6.zip |
- Withdraw BROKEN after ORBit2 fix.
- Use ltverhack.
-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> |