From 24f06cb938efb5b0f2f17097d3ef14e14605a286 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 1 Nov 1999 01:48:31 +0000 Subject: Use an OSVERSION closer to the time when egcs became the system compiler in -current. PR: 13677 Submitted by: Jeremy Lea --- devel/ORBacus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/ORBacus') diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 4257a12..bef9ed9 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ejc@bazzle.com .include -.if ${OSVERSION} >= 400000 +.if ${OSVERSION} >= 400004 LIBSTDC= /usr/lib/libstdc++.a .else .if ${PORTOBJFORMAT} == "elf" -- cgit v1.1