remove obsoleted workaround for pmap.h on arm32

This commit is contained in:
wiz 2000-02-19 02:05:26 +00:00
parent ffe0dd7b0c
commit fff706036b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 1999/04/07 10:09:18 agc Exp $
# $NetBSD: Makefile,v 1.27 2000/02/19 02:05:26 wiz Exp $
#
DISTNAME= xosview-1.7.0.b
@ -18,14 +18,6 @@ USE_X11BASE= yes
.if ${OPSYS} == "NetBSD"
BUILD_DEFS= UVM
# On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this.
pre-build:
@if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \
${MKDIR} ${WRKSRC}/include/machine; \
${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \
> ${WRKSRC}/include/machine/pmap.h; \
fi
.elif ${OPSYS} == "SunOS"
DEPENDS+= egcs-1.1.2:../../lang/egcs
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++