summaryrefslogtreecommitdiff
path: root/pcr/gnash-git/jemalloc_gnash.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-01-09 12:06:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-01-09 12:06:39 -0500
commitb03089f7a4056a33b49d7a7a16a44512c4b04940 (patch)
tree3bfa29b350ca3e61e5dc02ebb4408abb9e0d9fb3 /pcr/gnash-git/jemalloc_gnash.patch
parent3a4ea4ebbfa3ec74446eee90138ee7a410018907 (diff)
gnash-git-0.8.11.r22311.gf0f66ce-1: updating version
Diffstat (limited to 'pcr/gnash-git/jemalloc_gnash.patch')
-rw-r--r--pcr/gnash-git/jemalloc_gnash.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/gnash-git/jemalloc_gnash.patch b/pcr/gnash-git/jemalloc_gnash.patch
new file mode 100644
index 000000000..743507069
--- /dev/null
+++ b/pcr/gnash-git/jemalloc_gnash.patch
@@ -0,0 +1,13 @@
+diff --git a/libbase/jemalloc_gnash.c b/libbase/jemalloc_gnash.c
+index a702688..7bfd752 100644
+--- a/libbase/jemalloc_gnash.c
++++ b/libbase/jemalloc_gnash.c
+@@ -18,7 +18,7 @@
+ */
+
+ #include <stddef.h>
+-#include <jemalloc.h>
++#include <jemalloc/jemalloc.h>
+
+ #ifdef HAVE_CONFIG_H
+ # include "gnashconfig.h"