From 26057db8c36b8a59acf53b26e9e9379ed3af5c43 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 14 Sep 2012 14:09:16 +0000 Subject: raros.hpp defines _UNIX on ~everything except Windows, so remove a chunk that shouldn't be necessary. --- archivers/unrar/distinfo | 4 ++-- archivers/unrar/patches/patch-ac | 12 +----------- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'archivers') diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index 3e9d4a94394..00ebd9641b3 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2012/09/14 12:44:06 wiz Exp $ +$NetBSD: distinfo,v 1.45 2012/09/14 14:09:16 wiz Exp $ SHA1 (unrarsrc-4.2.4.tar.gz) = 1cc29603fb4e4df16a3aa9bfc7da1afaf0923259 RMD160 (unrarsrc-4.2.4.tar.gz) = 53a590ed2a71be86a0a7abfe9c37ddc8dc869800 Size (unrarsrc-4.2.4.tar.gz) = 164641 bytes -SHA1 (patch-ac) = 14192cf81b59442d5b4c2e9212330d8998135ec2 +SHA1 (patch-ac) = 4ee81900eff28a01fa609e548a72cfad3f352700 SHA1 (patch-consio.cpp) = 341dd714b165fabf3dec0213b9bb3e57dcc146f5 diff --git a/archivers/unrar/patches/patch-ac b/archivers/unrar/patches/patch-ac index 600dc987d0c..5c2850d6126 100644 --- a/archivers/unrar/patches/patch-ac +++ b/archivers/unrar/patches/patch-ac @@ -1,17 +1,7 @@ -$NetBSD: patch-ac,v 1.3 2012/03/09 10:31:49 fhajny Exp $ +$NetBSD: patch-ac,v 1.4 2012/09/14 14:09:17 wiz Exp $ --- os.hpp.orig 2008-09-16 14:24:56.000000000 +0000 +++ os.hpp -@@ -135,7 +135,8 @@ - - #endif - --#ifdef _UNIX -+/*#ifdef _UNIX */ -+#if defined(__unix) || defined(__unix__) || defined(_UNIX) - - #define NM 1024 - @@ -212,6 +213,12 @@ #endif #endif -- cgit v1.2.3