diff options
Diffstat (limited to 'archivers/dar/patches/patch-ac')
-rw-r--r-- | archivers/dar/patches/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/dar/patches/patch-ac b/archivers/dar/patches/patch-ac index 48943d8a492..ea7fbb34b7b 100644 --- a/archivers/dar/patches/patch-ac +++ b/archivers/dar/patches/patch-ac @@ -1,12 +1,12 @@ -$NetBSD: patch-ac,v 1.7 2006/08/30 15:58:25 rillig Exp $ +$NetBSD: patch-ac,v 1.8 2011/08/20 16:02:23 cheusov Exp $ Solaris has <getopt.h>, but the plain getopt() function is defined in <unistd.h>, so it needs both headers. ---- configure.orig 2006-02-25 00:08:32.000000000 +0100 -+++ configure 2006-08-30 17:51:23.544802744 +0200 -@@ -29861,11 +29861,10 @@ cat >>conftest.$ac_ext <<_ACEOF - extern "C" { +--- configure.orig 2011-07-21 14:52:29.000000000 +0000 ++++ configure +@@ -28383,11 +28383,10 @@ extern "C" { + #endif #if HAVE_GETOPT_H #include <getopt.h> - #else |