diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-08-12 15:10:37 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-08-12 15:10:37 +0000 |
commit | 56d020a4464c8a6fbb3f15963db6906392c6d88f (patch) | |
tree | 411a5978178d7f1d465fb5a4d81050676afee712 | |
parent | Remove these ports as part of phase II of the GNOME 1.4 desktop removal. (diff) |
Fix build with gcc 3.3.1
Approved by: ache (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=86819
-rw-r--r-- | archivers/unrar/files/patch-rar.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/unrar/files/patch-rar.hpp b/archivers/unrar/files/patch-rar.hpp new file mode 100644 index 000000000000..1b3cd1357857 --- /dev/null +++ b/archivers/unrar/files/patch-rar.hpp @@ -0,0 +1,18 @@ +--- rar.hpp.orig Tue Aug 12 04:38:00 2003 ++++ rar.hpp Tue Aug 12 04:38:02 2003 +@@ -16,6 +16,7 @@ + #include "int64.hpp" + #include "unicode.hpp" + #include "errhnd.hpp" ++#include "global.hpp" + #include "array.hpp" + #include "timefn.hpp" + #include "headers.hpp" +@@ -71,7 +72,6 @@ + #include "smallfn.hpp" + #include "ulinks.hpp" + +-#include "global.hpp" + + + #endif |