summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-bx
blob: 27852c7cd776c6c45e845fe66f41ba7ce880ddac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-bx,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $

--- ../solenv/bin/checkdll.sh.orig	Tue Jun 19 13:07:46 2001
+++ ../solenv/bin/checkdll.sh
@@ -7,7 +7,7 @@
 # Copyright (c) 2000, Sun Microsystems, Inc.
 #
 
-set -- `getopt "L:" "$@"` ||  {
+set -- `getopt "L:R:W:" "$@"` ||  {
     echo "Usage: `basename $0` [-L library_path] <shared_library>" 1>&2
     exit 1
 }
@@ -19,6 +19,8 @@
     do
 	case $1 in 
 	    -L) shift; option=$1;;
+	    -R) shift;;
+	    -W) shift;;
 	    --) break;;
 	esac
 	case "${libpath+X}" in