aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-01 09:48:31 +0800
committersteve <steve@FreeBSD.org>1999-11-01 09:48:31 +0800
commit24f06cb938efb5b0f2f17097d3ef14e14605a286 (patch)
tree75a436ebad374c44122c331c1aae7c205eca47c1 /devel
parent73bce7b6148bd5448419b72918565648c530fca7 (diff)
downloadfreebsd-ports-gnome-24f06cb938efb5b0f2f17097d3ef14e14605a286.tar.gz
freebsd-ports-gnome-24f06cb938efb5b0f2f17097d3ef14e14605a286.tar.zst
freebsd-ports-gnome-24f06cb938efb5b0f2f17097d3ef14e14605a286.zip
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')
-rw-r--r--devel/ORBacus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index 4257a1264bb6..bef9ed98baff 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"