pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gnome-online-accounts/patches Add patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/130f12f05ce3
branches: trunk
changeset: 308776:130f12f05ce3
user: youri <youri%pkgsrc.org@localhost>
date: Thu May 31 14:45:56 2018 +0000
description:
Add patch.
diffstat:
net/gnome-online-accounts/patches/patch-configure | 24 +++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r c9994846265d -r 130f12f05ce3 net/gnome-online-accounts/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-online-accounts/patches/patch-configure Thu May 31 14:45:56 2018 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-configure,v 1.1 2018/05/31 14:45:56 youri Exp $
+
+Portability fix.
+
+--- configure.orig 2018-04-17 15:48:19.000000000 +0000
++++ configure
+@@ -16773,14 +16773,14 @@ fi
+
+
+ if test "$enable_kerberos" != "no"; then
+- if test "$enable_kerberos" == "yes" &&
+- test "$have_kerberos" == "no" ; then
++ if test "$enable_kerberos" = "yes" &&
++ test "$have_kerberos" = "no" ; then
+ as_fn_error $? "kerberos support requested, but not available" "$LINENO" 5
+ fi
+
+ enable_kerberos=$have_kerberos
+
+- if test "$enable_kerberos" == "yes"; then
++ if test "$enable_kerberos" = "yes"; then
+
+ $as_echo "#define GCR_API_SUBJECT_TO_CHANGE 1" >>confdefs.h
+
Home |
Main Index |
Thread Index |
Old Index