summaryrefslogtreecommitdiffstats
path: root/misc/rbutil/patches/system-bzip2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rbutil/patches/system-bzip2.patch')
-rw-r--r--misc/rbutil/patches/system-bzip2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/rbutil/patches/system-bzip2.patch b/misc/rbutil/patches/system-bzip2.patch
new file mode 100644
index 0000000000..98189d2566
--- /dev/null
+++ b/misc/rbutil/patches/system-bzip2.patch
@@ -0,0 +1,12 @@
+diff --git a/utils/bspatch/bspatch.c b/utils/bspatch/bspatch.c
+--- a/utils/bspatch/bspatch.c
++++ b/utils/bspatch/bspatch.c
+@@ -30,7 +30,7 @@
+ #include <stdarg.h>
+ #include <sys/types.h>
+ #endif
+-#include "../bzip2/bzlib.h"
++#include <bzlib.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>