summaryrefslogtreecommitdiff
path: root/meta/packages/valgrind/files/makefile_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/valgrind/files/makefile_fix.patch')
-rw-r--r--meta/packages/valgrind/files/makefile_fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/valgrind/files/makefile_fix.patch b/meta/packages/valgrind/files/makefile_fix.patch
new file mode 100644
index 000000000..1a7bb4895
--- /dev/null
+++ b/meta/packages/valgrind/files/makefile_fix.patch
@@ -0,0 +1,20 @@
+ VEX/Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: valgrind-3.2.1/VEX/Makefile
+===================================================================
+--- valgrind-3.2.1.orig/VEX/Makefile 2006-08-28 14:39:42.000000000 +0100
++++ valgrind-3.2.1/VEX/Makefile 2006-11-29 13:52:36.000000000 +0000
+@@ -64,10 +64,10 @@ PUB_INCLUDES = -Ipub
+ PRIV_INCLUDES = -Ipriv
+
+
+-ifndef $(CC)
++ifndef CC
+ CC = gcc
+ endif
+-ifndef $(AR)
++ifndef AR
+ AR = ar
+ endif
+