jer         14/10/06 08:45:31

  Added:                rofi-0.14.9-optional-i3.patch
                        rofi-0.14.9-test.patch
  Log:
  Initial commit (bug #524596 by Alexander Berntsen).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  Changes    Path
1.1                  x11-misc/rofi/files/rofi-0.14.9-optional-i3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.14.9-optional-i3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.14.9-optional-i3.patch?rev=1.1&content-type=text/plain

Index: rofi-0.14.9-optional-i3.patch
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,11 @@
 ##
 # I3 check
 ##
-AC_CHECK_HEADERS([i3/ipc.h],
-       [i3_header=yes; break;])
+AC_ARG_WITH(i3,
+        [  --with-i3               compile in support for the i3 window 
manager],
+               AS_IF([test "x$with_i3" != xno], 
+        AC_CHECK_HEADERS([i3/ipc.h],
+           [i3_header=yes; break;])))
 
 
 dnl ---------------------------------------------------------------------



1.1                  x11-misc/rofi/files/rofi-0.14.9-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.14.9-test.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/files/rofi-0.14.9-test.patch?rev=1.1&content-type=text/plain

Index: rofi-0.14.9-test.patch
===================================================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-SUBDIRS=test
-
 ##
 # Rofi the program
 ##




Reply via email to