pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xfce4-indicator-plugin/patches
Module Name: pkgsrc
Committed By: youri
Date: Tue May 15 22:01:01 UTC 2018
Added Files:
pkgsrc/x11/xfce4-indicator-plugin/patches: patch-configure
Log Message:
Add patch.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/xfce4-indicator-plugin/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/x11/xfce4-indicator-plugin/patches/patch-configure
diff -u /dev/null pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure:1.1
--- /dev/null Tue May 15 22:01:01 2018
+++ pkgsrc/x11/xfce4-indicator-plugin/patches/patch-configure Tue May 15 22:01:01 2018
@@ -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