diff options
Diffstat (limited to 'x11-misc/xfe/files')
-rw-r--r-- | x11-misc/xfe/files/xfe-0.84-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xfe/files/xfe-0.84-gcc4.patch b/x11-misc/xfe/files/xfe-0.84-gcc4.patch new file mode 100644 index 000000000000..baa97ed5a9d1 --- /dev/null +++ b/x11-misc/xfe/files/xfe-0.84-gcc4.patch @@ -0,0 +1,11 @@ +--- xfe-0.84/src/FilePanel.cc 2005-11-02 23:30:56.000000000 -0700 ++++ xfe-0.84/src/FilePanel.cc 2005-11-02 23:29:37.000000000 -0700 +@@ -296,7 +296,7 @@ + { + FXString buf, filename, filepath; + +- int item= (int) ptr; ++ long item= (long) ptr; + if(item > -1) + { + // File name and path |