summaryrefslogtreecommitdiff
path: root/www/ap-rivet/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-rivet/patches/patch-ad')
-rw-r--r--www/ap-rivet/patches/patch-ad23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/ap-rivet/patches/patch-ad b/www/ap-rivet/patches/patch-ad
new file mode 100644
index 00000000000..2e20a5a6d9b
--- /dev/null
+++ b/www/ap-rivet/patches/patch-ad
@@ -0,0 +1,23 @@
+$NetBSD: patch-ad,v 1.1 2008/07/27 16:35:07 joerg Exp $
+
+--- configure.orig 2008-07-27 16:07:00.000000000 +0000
++++ configure
+@@ -23365,15 +23365,15 @@ echo $ECHO_N "checking system version (f
+ else
+ system=`uname -s`-`uname -r`
+ if test "$?" -ne 0 ; then
+- echo "$as_me:$LINENO: result: unknown (can't find uname command)" >&5
+-echo "${ECHO_T}unknown (can't find uname command)" >&6
++ echo "$as_me:$LINENO: result: unknown (can\'t find uname command)" >&5
++echo "${ECHO_T}unknown (can\'t find uname command)" >&6
+ system=unknown
+ else
+ # Special check for weird MP-RAS system (uname returns weird
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`