summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile10
1 files changed, 1 insertions, 9 deletions
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++