Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
258b1570be
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/e17/evas/valgrind-fix.patch

+ 11
- 0
package/e17/evas/valgrind-fix.patch

@ -0,0 +1,11 @@
--- ./src/lib/engines/common/evas_image_main.c.orig 2005-09-15 17:32:06.000000000 +0200
+++ ./src/lib/engines/common/evas_image_main.c 2005-09-15 17:32:15.000000000 +0200
@@ -6,7 +6,7 @@
#endif
#ifdef HAVE_VALGRIND
-#include <memcheck.h>
+#include <valgrind/memcheck.h>
#endif
static Evas_Hash * images = NULL;

Loading…
Cancel
Save