diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-12 07:18:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-12 07:18:36 +0000 |
commit | d84c870683de625ff28745ceea053fbae671c68b (patch) | |
tree | be8fbb287a3c0a2cc1b567d12b3e59bb99f1377c /devel/ORBacus | |
parent | 1e5c9f9927cbf4e99981a2527c985449eb51470a (diff) | |
download | ports-d84c870683de625ff28745ceea053fbae671c68b.tar.gz ports-d84c870683de625ff28745ceea053fbae671c68b.zip |
Notes
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 9be453881313..414cd76b5afb 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 3.0 # -# $Id: Makefile,v 1.20 1999/05/01 00:27:16 asami Exp $ +# $Id: Makefile,v 1.21 1999/06/04 13:29:21 ejc Exp $ # DISTNAME= OB-3.1.3 @@ -15,7 +15,7 @@ MAINTAINER= ejc@bazzle.com .include <bsd.port.pre.mk> -.if ${OSREL} >= 4 +.if ${OSVERSION} >= 400000 LIBSTDC= /usr/lib/libstdc++.a CONFIGURE_ENV= CXX=c++ CXXFLAGS="-O -pipe" .else |