Tue May 15 22:01:01 2018 UTC ()
Add patch.


(youri)
diff -r0 -r1.1 pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure

File Added: pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure
$NetBSD: patch-configure,v 1.1 2018/05/15 22:01:01 youri Exp $

Portability fix.

--- configure.orig	2018-03-09 23:43:57.000000000 +0000
+++ configure
@@ -16419,7 +16419,7 @@ else
   enable_application=yes
 fi
 
-if test x"$enable_application" == x"no"; then
+if test x"$enable_application" = x"no"; then
 
 $as_echo "#define DISABLE_APPLICATION /**/" >>confdefs.h