pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure
2018-05-15 22:01:01 +00:00

15 lines
367 B
Text

$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