diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-30 11:59:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-30 11:59:05 +0800 |
commit | 007f0882a50bd67acd4ec2ff8e72c1c688d4ccbd (patch) | |
tree | 24a719c57c7d917f9a083c226a2c7a6a32b9ada3 /net-mgmt/irrtoolset | |
parent | 9dc82803a36880cea6b48feff0bc67c774c83bef (diff) | |
download | freebsd-ports-gnome-007f0882a50bd67acd4ec2ff8e72c1c688d4ccbd.tar.gz freebsd-ports-gnome-007f0882a50bd67acd4ec2ff8e72c1c688d4ccbd.tar.zst freebsd-ports-gnome-007f0882a50bd67acd4ec2ff8e72c1c688d4ccbd.zip |
Remove BROKEN now that this correctly builds on 5-current. From the PR:
With recent fixes to lang/gcc295, irrtoolset-4.7.3 now builds on current.
(NOTE: It appears that portversion was NOT updated on the gc295 port, so
a re-install of the compiler port must be forced before this will build.)
PR: ports/61439
Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
Diffstat (limited to 'net-mgmt/irrtoolset')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 9833bfb00b56..4bd5dab3abec 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -32,10 +32,6 @@ MAN3= librpsl.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: @${SED} -i.orig -e 's|#include <malloc.h>|/* #include <malloc.h> */|' \ ${WRKSRC}/src/irr/birdwhoisc.cc |