From 21953ae9d161f0da039d7e7dba08f238dbbaa1f3 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 30 Aug 2006 15:22:14 +0000 Subject: Solaris does not have , but works. --- archivers/macutil/distinfo | 4 ++-- archivers/macutil/patches/patch-ac | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'archivers') diff --git a/archivers/macutil/distinfo b/archivers/macutil/distinfo index 72f5e04dd36..18895a72acd 100644 --- a/archivers/macutil/distinfo +++ b/archivers/macutil/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2006/06/20 22:53:22 minskim Exp $ +$NetBSD: distinfo,v 1.8 2006/08/30 15:22:14 rillig Exp $ SHA1 (macutil2.0b3.shar.Z) = 820e4dd278fe8d043306134aaafccab10b832218 RMD160 (macutil2.0b3.shar.Z) = 5cf3b22d8bdd3a8fa61211e7a0d598ebac9bbfe4 Size (macutil2.0b3.shar.Z) = 167565 bytes SHA1 (patch-aa) = 418d0cdd57a0d378902b653cd4ddb8279ff0e0e8 SHA1 (patch-ab) = a731ae3a6d796206a8f27d5a93f35e054bf87cc6 -SHA1 (patch-ac) = c7ea3081e7d9c61cb79c5cfa2cb9de804fe6462a +SHA1 (patch-ac) = 09142b16d17f49ce89c323a6d334db1d2a06f36f SHA1 (patch-ad) = 05a1b84a78693291e6fe95af853413bee5f51070 diff --git a/archivers/macutil/patches/patch-ac b/archivers/macutil/patches/patch-ac index b9e62686c2e..bd69780367c 100644 --- a/archivers/macutil/patches/patch-ac +++ b/archivers/macutil/patches/patch-ac @@ -1,10 +1,14 @@ -$NetBSD: patch-ac,v 1.1 2005/11/07 13:23:36 joerg Exp $ +$NetBSD: patch-ac,v 1.2 2006/08/30 15:22:15 rillig Exp $ ---- util/transname.c.orig 2005-11-07 12:58:59.000000000 +0000 -+++ util/transname.c -@@ -1,5 +1,6 @@ +--- util/transname.c.orig 2006-08-30 17:17:45.574356868 +0200 ++++ util/transname.c 2006-08-30 17:19:54.708419336 +0200 +@@ -1,5 +1,10 @@ #include ++#if defined(__sun) ++#include ++#else #include ++#endif +#include char *strncpy(); -- cgit v1.2.3