remove workaround for sparc64.

This commit is contained in:
brad 2004-11-14 21:33:11 +00:00
parent b6797baf63
commit e64e11c3e1
2 changed files with 2 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2004/02/23 00:33:34 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2004/11/14 21:33:11 brad Exp $
COMMENT= "extract, list, and test RAR archives"
DISTNAME= unrarsrc-3.3.6
PKGNAME= unrar-3.30
PKGNAME= unrar-3.30p1
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/
@ -16,11 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}rar/
# - exceptions don't work on sparc64
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-patch-*
.endif
WRKDIST= ${WRKDIR}/unrar
MAKE_FILE= makefile.unix

View File

@ -1,11 +0,0 @@
$OpenBSD: gcc-patch-errhnd_hpp,v 1.2 2004/01/17 18:44: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(_WIN_CE) || defined(RARDLL)
-#define ALLOW_EXCEPTIONS
#endif
enum { SUCCESS,WARNING,FATAL_ERROR,CRC_ERROR,LOCK_ERROR,WRITE_ERROR,