summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-19 02:05:26 +0000
committerwiz <wiz>2000-02-19 02:05:26 +0000
commit9e68034b19f447fdebd75995344fc66077575b77 (patch)
treed2a5e37d55eac406a34f7c51127227f18f091088 /sysutils/xosview
parentc8eb852be9b704fe018056fd978e0489fecbdf5e (diff)
downloadpkgsrc-9e68034b19f447fdebd75995344fc66077575b77.tar.gz
remove obsoleted workaround for pmap.h on arm32
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++