diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 01:48:31 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 01:48:31 +0000 |
commit | 24f06cb938efb5b0f2f17097d3ef14e14605a286 (patch) | |
tree | 75a436ebad374c44122c331c1aae7c205eca47c1 /devel/ORBacus | |
parent | 73bce7b6148bd5448419b72918565648c530fca7 (diff) | |
download | FreeBSD-ports-24f06cb938efb5b0f2f17097d3ef14e14605a286.zip FreeBSD-ports-24f06cb938efb5b0f2f17097d3ef14e14605a286.tar.gz |
Use an OSVERSION closer to the time when egcs became the system compiler
in -current.
PR: 13677
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 400000 +.if ${OSVERSION} >= 400004 LIBSTDC= /usr/lib/libstdc++.a .else .if ${PORTOBJFORMAT} == "elf" |