summarylogtreecommitdiffstats
path: root/pragma.patch
diff options
context:
space:
mode:
authorJens Staal2015-08-29 07:30:15 +0200
committerJens Staal2015-08-29 07:30:15 +0200
commit33fdca2938299ce8c6daf2abb06b45162f72e576 (patch)
treeb70a595f3def9906901eea5be31af8539a50a4dc /pragma.patch
downloadaur-33fdca2938299ce8c6daf2abb06b45162f72e576.tar.gz
libbz2 for open watcom cross compiler
Diffstat (limited to 'pragma.patch')
-rw-r--r--pragma.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pragma.patch b/pragma.patch
new file mode 100644
index 000000000000..d2f29c679dea
--- /dev/null
+++ b/pragma.patch
@@ -0,0 +1,11 @@
+--- bzlib.h.orig 2014-10-10 17:21:06.358034792 +0200
++++ bzlib.h 2014-10-10 17:21:58.925034236 +0200
+@@ -22,6 +22,8 @@
+ #ifndef _BZLIB_H
+ #define _BZLIB_H
+
++pragma library ("libbz2.lib")
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif