summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libpbl/pbl.h.p
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-10 17:41:07 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-10 17:41:07 +0100
commit025da01f84f1dcaefacb9cd87a76a0c57b7268bc (patch)
tree616c990d0eb67b2466db12ef56291ea6256a8871 /sdk/recipes/patches/libpbl/pbl.h.p
parentb4d84b50041adbefbb4df21b4ba0906768298f1e (diff)
parent37908e1c268634544c0e4680ca536ef6489e2ddf (diff)
downloadtoolchains-025da01f84f1dcaefacb9cd87a76a0c57b7268bc.tar.gz
toolchains-025da01f84f1dcaefacb9cd87a76a0c57b7268bc.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/toolchains
Diffstat (limited to 'sdk/recipes/patches/libpbl/pbl.h.p')
-rw-r--r--sdk/recipes/patches/libpbl/pbl.h.p12
1 files changed, 12 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libpbl/pbl.h.p b/sdk/recipes/patches/libpbl/pbl.h.p
new file mode 100644
index 0000000..f1dbf1f
--- /dev/null
+++ b/sdk/recipes/patches/libpbl/pbl.h.p
@@ -0,0 +1,12 @@
+--- src/pbl.h.orig 2012-08-04 20:24:02.000000000 +0100
++++ src/pbl.h 2012-08-04 20:24:50.000000000 +0100
+@@ -79,7 +79,7 @@
+ #include <io.h>
+ #include <string.h>
+ #else
+-#ifndef __CYGWIN__
++#if !defined(__CYGWIN__) && !defined(__AMIGA__)
+ #include <sys/dir.h>
+ #endif
+ #endif
+