diff options
Diffstat (limited to 'devel/p5-ORBit/Makefile')
-rw-r--r-- | devel/p5-ORBit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-ORBit/Makefile b/devel/p5-ORBit/Makefile index 39abefe541d3..a73575d8a540 100644 --- a/devel/p5-ORBit/Makefile +++ b/devel/p5-ORBit/Makefile @@ -29,4 +29,10 @@ MAN3= CORBA::ORBit.3 \ CORBA::ORBit::ULongLong.3 \ CORBA::ORBit::mapping.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |