summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-cu
blob: bd945980391539ea2681ac17c1195c2e5e3ab9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-cu,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $

--- ../sysui/unix/office/scripts/soffice.sh.orig	Wed Sep 19 11:24:33 2001
+++ ../sysui/unix/office/scripts/soffice.sh
@@ -81,6 +81,7 @@
 sd_platform=`uname -s`
 case $sd_platform in
 	SCO_SV) test=/bin/test     ;;
+	NetBSD) test=/bin/test     ;;
 	FreeBSD) test=/bin/test     ;;
   	*)      test=/usr/bin/test ;;
 esac