vapier      14/03/25 20:50:36

  Modified:             sharutils-4.14-popen-rb.patch
  Log:
  Fix inverted logic in popen binary patch #504504 by Jeroen Roovers.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key D2E96200)

Revision  Changes    Path
1.2                  app-arch/sharutils/files/sharutils-4.14-popen-rb.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch?r1=1.1&r2=1.2

Index: sharutils-4.14-popen-rb.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sharutils-4.14-popen-rb.patch       18 Jan 2014 02:10:15 -0000      1.1
+++ sharutils-4.14-popen-rb.patch       25 Mar 2014 20:50:36 -0000      1.2
@@ -26,7 +26,7 @@
 -}
 -_ACEOF
 -if ac_fn_c_try_run "$LINENO"; then :
-+if true; then
++if false; then
 +if true; then
  
  $as_echo "#define BINARY_MODE_POPEN 1" >>confdefs.h




Reply via email to