From 787fb96f08042975d7de4e5540833a84c3c269fc Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 25 Aug 2007 11:17:40 +0000 Subject: [PATCH] prevents bulk builds from hanging. spotted by and ok mbalmber@ --- x11/rox-filer/patches/patch-ROX-Filer_AppRun | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11/rox-filer/patches/patch-ROX-Filer_AppRun diff --git a/x11/rox-filer/patches/patch-ROX-Filer_AppRun b/x11/rox-filer/patches/patch-ROX-Filer_AppRun new file mode 100644 index 00000000000..3ebacaa5121 --- /dev/null +++ b/x11/rox-filer/patches/patch-ROX-Filer_AppRun @@ -0,0 +1,12 @@ +$OpenBSD: patch-ROX-Filer_AppRun,v 1.11 2007/08/25 11:17:40 jasper Exp $ +--- ROX-Filer/AppRun.orig Fri Aug 17 10:44:13 2007 ++++ ROX-Filer/AppRun Fri Aug 17 10:44:26 2007 +@@ -41,8 +41,6 @@ case $1 in + cd "$BUILDDIR" && "$APP_DIR/src/configure" "$@" \ + && $MAKE clean && $MAKE && echo Done >&2 && exit 0 + echo Compile failed >&2 +- echo Press Return... >&2 +- read WAIT + exit 1 + esac +