summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-09-02 20:06:22 +0000
committerabs <abs@pkgsrc.org>2003-09-02 20:06:22 +0000
commitd4edac313482f3c67276d152bc717f487a0f7514 (patch)
treebbcb876e324e3acc5dfde8043b8389bc0f654c6d /misc
parent529e68e4f13ced584281fc063288331b8b4b15fc (diff)
downloadpkgsrc-d4edac313482f3c67276d152bc717f487a0f7514.tar.gz
Allow /emul/linux/proc as well as /proc
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice-linux/Makefile.NetBSD.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice-linux/Makefile.NetBSD.i386 b/misc/openoffice-linux/Makefile.NetBSD.i386
index 83ee4885bd5..47246e2dd1c 100644
--- a/misc/openoffice-linux/Makefile.NetBSD.i386
+++ b/misc/openoffice-linux/Makefile.NetBSD.i386
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/02/13 00:05:44 hubertf Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/09/02 20:06:22 abs Exp $
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-.if !exists(/proc/curproc/cmdline)
-BROKEN= please mount /proc
+.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
+BROKEN= please mount /emul/linux/proc or /proc
.endif
.include "../../emulators/suse_linux/Makefile.application"