pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gnome-online-accounts/patches



Module Name:    pkgsrc
Committed By:   youri
Date:           Thu May 31 14:45:56 UTC 2018

Added Files:
        pkgsrc/net/gnome-online-accounts/patches: patch-configure

Log Message:
Add patch.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/gnome-online-accounts/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/gnome-online-accounts/patches/patch-configure
diff -u /dev/null pkgsrc/net/gnome-online-accounts/patches/patch-configure:1.1
--- /dev/null   Thu May 31 14:45:56 2018
+++ pkgsrc/net/gnome-online-accounts/patches/patch-configure    Thu May 31 14:45:56 2018
@@ -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