summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-au
diff options
context:
space:
mode:
authormarkd <markd>2006-11-20 10:30:18 +0000
committermarkd <markd>2006-11-20 10:30:18 +0000
commit0e72927f88a996b47bf21ad6bccd9863db3f9edd (patch)
tree7691c4b7e9d37ada1396df6b5b43acdd2b3a2972 /misc/kdepim3/patches/patch-au
parent76026e11f92bcca314ecbf37d85c282952bd87d4 (diff)
downloadpkgsrc-0e72927f88a996b47bf21ad6bccd9863db3f9edd.tar.gz
karm/test's are never run so don't bother patching.
Diffstat (limited to 'misc/kdepim3/patches/patch-au')
-rw-r--r--misc/kdepim3/patches/patch-au13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-au b/misc/kdepim3/patches/patch-au
deleted file mode 100644
index 800ab5aaeba..00000000000
--- a/misc/kdepim3/patches/patch-au
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-au,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/delete.sh.orig 2006-10-19 08:34:32.000000000 +1300
-+++ karm/test/delete.sh
-@@ -24,7 +24,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface version
-
- tear_down
-
--if [ "$RVAL" == "" ]; then
-+if [ "$RVAL" = "" ]; then
- echo "FAIL $0: got no version."
- exit 1;
- else