Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
3ceec91b46
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/kde/kdelibs/kwallet-missing-inttypes.patch

+ 11
- 0
package/kde/kdelibs/kwallet-missing-inttypes.patch

@ -0,0 +1,11 @@
--- ./kwallet/backend/sha1.cc.orig 2005-10-27 21:06:44.000000000 +0200
+++ ./kwallet/backend/sha1.cc 2005-10-27 21:06:08.000000000 +0200
@@ -29,6 +29,8 @@
#include "sha1.h"
#include <string.h>
+#include <inttypes.h>
+
// FIXME: this can be optimized to one instruction on most cpus.
#define rol(x,y) ((x << y) | (x >> (32-y)))

Loading…
Cancel
Save