Remove BROKEN_ELF -- neither of gcc28 or glibstc++28 are marked BROKEN_ELF

anymore.
This commit is contained in:
Satoshi Asami 1998-12-22 07:35:00 +00:00
parent 610bcc9433
commit a51b9110c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15476

View File

@ -3,7 +3,7 @@
# Whom: ejc@bazzle.com
# Version required: 3.0
#
# $Id: Makefile,v 1.13 1998/10/12 15:05:33 jseger Exp $
# $Id: Makefile,v 1.14 1998/12/22 07:33:27 asami Exp $
#
DISTNAME= OB-3.0
@ -17,8 +17,6 @@ BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
g++28:${PORTSDIR}/lang/gcc28 \
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28
BROKEN_ELF= depends on gcc28 and glibstdc++28
USE_XLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"