From a950d0161ec8855df79838668acbaf6ba6011134 Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 20 Apr 1999 03:36:06 +0000 Subject: * Fix compiling under current. * Fix PLIST so that this packages. --- devel/ORBacus/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'devel/ORBacus/Makefile') diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 2f7f6bada39b..4c1213129cb9 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.16 1998/12/23 01:28:52 ejc Exp $ +# $Id: Makefile,v 1.17 1999/03/09 20:35:46 ejc Exp $ # DISTNAME= OB-3.1.2 @@ -15,6 +15,10 @@ MAINTAINER= ejc@bazzle.com .include +.if ${OSREL} >= 4 +LIBSTDC= /usr/lib/libstdc++.a +CONFIGURE_ENV= CXX=c++ CXXFLAGS="-O -pipe" +.else .if ${PORTOBJFORMAT} == "elf" LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/egcs-2.91.62/libstdc++.a .else @@ -23,10 +27,11 @@ LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/egcs-2.91.62/libstdc BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs \ eg++:${PORTSDIR}/lang/egcs \ +CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" +.endif USE_XLIB= yes HAS_CONFIGURE= yes -CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" MAN1= idl.1 MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - irgen.1 - irserv.1 - jidl.1 -- cgit