diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 14:42:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 14:42:55 +0000 |
commit | dff5f095189d35655ad74ddfeec4cc4c639cb5f9 (patch) | |
tree | 39bb9ce45fb0c312e9faa6dd754deb786140b7bc /x11-fm/jafm/files/patch-ab | |
parent | No checksum for slightly modified patch. (diff) |
Fix for new compiler in -current.
Notes
Notes:
svn path=/head/; revision=26356
Diffstat (limited to 'x11-fm/jafm/files/patch-ab')
-rw-r--r-- | x11-fm/jafm/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/jafm/files/patch-ab b/x11-fm/jafm/files/patch-ab new file mode 100644 index 000000000000..e3db750d4a1f --- /dev/null +++ b/x11-fm/jafm/files/patch-ab @@ -0,0 +1,11 @@ +--- icon.cc.orig Sat Feb 26 19:38:06 2000 ++++ icon.cc Sat Feb 26 19:38:17 2000 +@@ -914,7 +914,7 @@ + instructions = 0 ; + realSize = 0 ; + +- static bug = 0 ; ++ static int bug = 0 ; + + // okay, parse the file + // error checking is s.e.p. |