diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-08-12 23:10:37 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-08-12 23:10:37 +0800 |
commit | bf4817a14abcbd780cc6f06d352d0660740e08a8 (patch) | |
tree | d638f0d9df0dc0adb82b7e48fe82ebaf64c4e1eb /archivers | |
parent | a5190819bb7ae5bee8fe8f8b02d8d47552e3ec22 (diff) | |
download | freebsd-ports-gnome-bf4817a14abcbd780cc6f06d352d0660740e08a8.tar.gz freebsd-ports-gnome-bf4817a14abcbd780cc6f06d352d0660740e08a8.tar.zst freebsd-ports-gnome-bf4817a14abcbd780cc6f06d352d0660740e08a8.zip |
Fix build with gcc 3.3.1
Approved by: ache (MAINTAINER)
Diffstat (limited to 'archivers')
-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 |