pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-indicator-plugin/patches Add patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1afcb39b5cf
branches: trunk
changeset: 380433:e1afcb39b5cf
user: youri <youri%pkgsrc.org@localhost>
date: Tue May 15 22:01:01 2018 +0000
description:
Add patch.
diffstat:
x11/xfce4-indicator-plugin/patches/patch-configure | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 9227cdad6912 -r e1afcb39b5cf x11/xfce4-indicator-plugin/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-indicator-plugin/patches/patch-configure Tue May 15 22:01:01 2018 +0000
@@ -0,0 +1,15 @@
+$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
+
Home |
Main Index |
Thread Index |
Old Index