summaryrefslogtreecommitdiff
path: root/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
diff options
context:
space:
mode:
authorDennis.Yxun <dennis.yxun@gmail.com>2010-01-29 10:23:38 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-01 10:42:13 +0000
commit2e84247aacbf48ecd5b516c6ae795dab45812915 (patch)
tree2dbec78f042c0775ad2e00a3c2c594e243979014 /meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
parent301744df4de882ae7d075ac485359ee981956255 (diff)
downloadopenembedded-core-2e84247aacbf48ecd5b516c6ae795dab45812915.tar.gz
openembedded-core-2e84247aacbf48ecd5b516c6ae795dab45812915.tar.bz2
openembedded-core-2e84247aacbf48ecd5b516c6ae795dab45812915.tar.xz
openembedded-core-2e84247aacbf48ecd5b516c6ae795dab45812915.zip
pcmanfm: support mips|mipsel
Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch')
-rw-r--r--meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch b/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
new file mode 100644
index 000000000..ad5dc6772
--- /dev/null
+++ b/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
@@ -0,0 +1,13 @@
+--- pcmanfm-0.3.2.2-org/src/inotify/inotify-syscalls.h 2010-01-07 14:53:56.938000062 +0800
++++ pcmanfm-0.3.2.2/src/inotify/inotify-syscalls.h 2010-01-07 14:54:57.830000065 +0800
+@@ -39,6 +39,10 @@
+ # define __NR_inotify_init 290
+ # define __NR_inotify_add_watch 291
+ # define __NR_inotify_rm_watch 292
++#elif defined (__mips__)
++# define __NR_inotify_init 284
++# define __NR_inotify_add_watch 285
++# define __NR_inotify_rm_watch 286
+ #else
+ # error "Unsupported architecture!"
+ #endif