diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-14 14:09:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-14 14:09:16 +0000 |
commit | 26057db8c36b8a59acf53b26e9e9379ed3af5c43 (patch) | |
tree | 1d6b3f756d01aad93ef3f94b1cd99d43fce1f18b /archivers/unrar | |
parent | 3260209c8e94144a960666219bc76179d3ac4576 (diff) | |
download | pkgsrc-26057db8c36b8a59acf53b26e9e9379ed3af5c43.tar.gz |
raros.hpp defines _UNIX on ~everything except Windows, so remove
a chunk that shouldn't be necessary.
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/distinfo | 4 | ||||
-rw-r--r-- | archivers/unrar/patches/patch-ac | 12 |
2 files changed, 3 insertions, 13 deletions
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 |