diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-19 00:33:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-19 00:33:12 +0000 |
commit | 007e2decebdd3acacd76189abf2bb0a15cefcc49 (patch) | |
tree | d4a9bd36a61bcd4cbe7b347468207d082b6b86a7 /bootstrap | |
parent | 7a4fdf18c9740566193d8583734a988b738ab5bb (diff) | |
download | pkgsrc-007e2decebdd3acacd76189abf2bb0a15cefcc49.tar.gz |
Fix for OSF1 5.1, from Sergey Svishchev in PR 31864.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/bmake/ranlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bmake/ranlib.h b/bootstrap/bmake/ranlib.h index f3ca51f42e7..fdce83402be 100644 --- a/bootstrap/bmake/ranlib.h +++ b/bootstrap/bmake/ranlib.h @@ -1,5 +1,5 @@ /* @(#)ranlib.h 1.6 88/08/19 SMI; from UCB 4.1 83/05/03 */ -/* $Id: ranlib.h,v 1.2 2004/11/20 04:31:35 grant Exp $ */ +/* $Id: ranlib.h,v 1.3 2005/10/19 00:33:12 wiz Exp $ */ /* * Structure of the __.SYMDEF table of contents for an archive. @@ -10,7 +10,7 @@ * The ran_strx fields index the string table whose first byte is numbered 0. */ -#if !defined(IRIX) && !defined(__digital__) +#if !defined(IRIX) && !defined(__digital__) && !defined(__osf__) #ifndef _ranlib_h #define _ranlib_h |