mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9e81f50c2b
installation and startup - Make a few cosmetic fixes to the Makefile(s) Submitted by: Martin Blapp <mb@imp.ch> (Maintainer)
19 lines
414 B
Diff
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
|