freebsd-ports/german/staroffice52/files/setup.patch
Chris D. Faulhaber 9e81f50c2b - Add DISPLAY functionality to keep StarOffice from crashing during
installation and startup
- Make a few cosmetic fixes to the Makefile(s)

Submitted by:	Martin Blapp <mb@imp.ch> (Maintainer)
2000-08-25 13:48:08 +00:00

19 lines
414 B
Diff

--- setup.orig Fri Aug 25 12:04:52 2000
+++ setup Fri Aug 25 12:00:21 2000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/compat/linux/bin/sh
#
# StarOffice patch checking script
# (c) 2000, Sun Microsystems Inc.
@@ -9,6 +9,9 @@
SCO_SV) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
+
+# fix coredump on remote DISPLAY (IRIX)
+export SAL_IGNOREXERRORS=1
sd_cwd="`pwd`"
if $test -L "$0" ; then