summaryrefslogtreecommitdiff
path: root/security/xmlsec1/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/xmlsec1/patches/patch-ac')
-rw-r--r--security/xmlsec1/patches/patch-ac25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/xmlsec1/patches/patch-ac b/security/xmlsec1/patches/patch-ac
new file mode 100644
index 00000000000..7d19bcff527
--- /dev/null
+++ b/security/xmlsec1/patches/patch-ac
@@ -0,0 +1,25 @@
+$NetBSD: patch-ac,v 1.5 2014/04/03 17:00:44 drochner Exp $
+
+portability
+
+--- tests/testrun.sh.orig 2014-04-03 16:19:41.000000000 +0000
++++ tests/testrun.sh
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+
+-OS_ARCH=`uname -o`
+-OS_KERNEL=`uname -s`
++OS_ARCH=xxx
++#OS_KERNEL=`uname -s`
+
+ #
+ # Get command line params
+@@ -436,7 +436,7 @@ execXkmsServerRequestTest() {
+ rm -rf $tmpfile $tmpfile.2 tmpfile.3
+
+ # run tests
+-source "$testfile"
++. "$testfile"
+
+ # cleanup
+ rm -rf $tmpfile $tmpfile.2 tmpfile.3