summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/patches/patch-ag')
-rw-r--r--misc/openoffice/patches/patch-ag21
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/openoffice/patches/patch-ag b/misc/openoffice/patches/patch-ag
deleted file mode 100644
index 6190ff2721f..00000000000
--- a/misc/openoffice/patches/patch-ag
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2004/05/03 20:56:36 mrauch Exp $
-
---- ../solenv/bin/checkdll.sh.orig 2004-04-17 19:26:43.000000000 +0200
-+++ ../solenv/bin/checkdll.sh
-@@ -7,7 +7,7 @@
- # Copyright (c) 2000, Sun Microsystems, Inc.
- #
-
--set -- `getopt "L:" "$@"` || {
-+set -- `getopt "L:R:" "$@"` || {
- echo "Usage: `basename $0` [-L library_path] <shared_library>" 1>&2
- exit 1
- }
-@@ -19,6 +19,7 @@ if [ -x $checkdll ]; then
- do
- case $1 in
- -L) shift; option=$1;;
-+ -R) shift;;
- --) break;;
- esac
- case "${libpath+X}" in