From 9e68034b19f447fdebd75995344fc66077575b77 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 Feb 2000 02:05:26 +0000 Subject: remove obsoleted workaround for pmap.h on arm32 --- sysutils/xosview/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sysutils/xosview') diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index c5f8fbc986c..9dd78d23a04 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -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++ -- cgit v1.2.3