openbsd-ports/archivers/unrar/patches/gcc-patch-errhnd_hpp
sturm 44dc3775bd update to unrarsrc 3.2.1 (but it's called 3.20beta3 internally?!)
This update is based on an update by naddy@ done earlier this year.
I updated that to the current version and fixed sparc64 by disallowing
exceptions (otherwise core dumps would occur). I got some feedback from
wilfried@.

Main changes in the program are a seemingly total rewrite in C++ with
support for newer versions of the RAR algorithm (well, newer files that
didn't uncompress with the old unrar, uncompress with this).
2003-04-16 20:59:17 +00:00

12 lines
388 B
Plaintext

$OpenBSD: gcc-patch-errhnd_hpp,v 1.1 2003/04/16 20:59:18 sturm Exp $
--- errhnd.hpp.orig Tue Apr 15 22:24:57 2003
+++ errhnd.hpp Tue Apr 15 22:27:07 2003
@@ -2,7 +2,6 @@
#define _RAR_ERRHANDLER_
#if (defined(GUI) || !defined(_WIN_32)) && !defined(SFX_MODULE) || defined(RARDLL)
-#define ALLOW_EXCEPTIONS
#endif
enum { SUCCESS,WARNING,FATAL_ERROR,CRC_ERROR,LOCK_ERROR,WRITE_ERROR,