summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rsyslog/patches/patch-configure')
-rw-r--r--sysutils/rsyslog/patches/patch-configure17
1 files changed, 4 insertions, 13 deletions
diff --git a/sysutils/rsyslog/patches/patch-configure b/sysutils/rsyslog/patches/patch-configure
index e3958d77f42..6642010dcfc 100644
--- a/sysutils/rsyslog/patches/patch-configure
+++ b/sysutils/rsyslog/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.2 2017/05/18 13:27:44 fhajny Exp $
+$NetBSD: patch-configure,v 1.3 2018/02/23 11:18:08 fhajny Exp $
Portability.
---- configure.orig 2017-05-15 09:42:02.000000000 +0000
+--- configure.orig 2018-01-25 07:37:29.000000000 +0000
+++ configure
-@@ -15337,7 +15337,7 @@ $as_echo "#define OS_AIX 1" >>confdefs.h
+@@ -15366,7 +15366,7 @@ $as_echo "#define OS_AIX 1" >>confdefs.h
;;
esac
@@ -13,21 +13,12 @@ Portability.
OS_APPLE_TRUE=
OS_APPLE_FALSE='#'
else
-@@ -15345,7 +15345,7 @@ else
+@@ -15374,7 +15374,7 @@ else
OS_APPLE_FALSE=
fi
- if test x$os_type == xlinux; then
+ if test x$os_type = xlinux; then
- xOS_LINUX_TRUE=
- xOS_LINUX_FALSE='#'
- else
-@@ -15353,7 +15353,7 @@ else
- xOS_LINUX_FALSE=
- fi
-
-- if test x$os_type == xlinux; then
-+ if test x$os_type = xlinux; then
OS_LINUX_TRUE=
OS_LINUX_FALSE='#'
else