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 pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86140da1fd73
branches:  trunk
changeset: 308014:86140da1fd73
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 4158b5687a07 -r 86140da1fd73 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