pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/openoffice-linux Allow /emul/linux/proc as well a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab4c84716bc6
branches: trunk
changeset: 460691:ab4c84716bc6
user: abs <abs%pkgsrc.org@localhost>
date: Tue Sep 02 20:06:22 2003 +0000
description:
Allow /emul/linux/proc as well as /proc
diffstat:
misc/openoffice-linux/Makefile.NetBSD.i386 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 683ab81f5064 -r ab4c84716bc6 misc/openoffice-linux/Makefile.NetBSD.i386
--- a/misc/openoffice-linux/Makefile.NetBSD.i386 Tue Sep 02 18:20:33 2003 +0000
+++ b/misc/openoffice-linux/Makefile.NetBSD.i386 Tue Sep 02 20:06:22 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index