diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:33:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:33:27 +0000 |
commit | 610bcc9433c7ae3de36e0a8f2fa60184f6962798 (patch) | |
tree | 844fc3eb17c72556b2041b725f9ba09c0c2cdef9 /devel/ORBacus | |
parent | d92a9b05a21fdece455cac914862979efcc45b14 (diff) | |
download | ports-610bcc9433c7ae3de36e0a8f2fa60184f6962798.tar.gz ports-610bcc9433c7ae3de36e0a8f2fa60184f6962798.zip |
Notes
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index fdebb59e7463..28e3e9afb9d9 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.12 1998/09/19 02:14:55 hoek Exp $ +# $Id: Makefile,v 1.13 1998/10/12 15:05:33 jseger Exp $ # DISTNAME= OB-3.0 @@ -19,6 +19,7 @@ BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ BROKEN_ELF= depends on gcc28 and glibstdc++28 +USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe" MAN1= idl.1 |