pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap/bmake Fix for OSF1 5.1, from Sergey Svishche...
details: https://anonhg.NetBSD.org/pkgsrc/rev/518d83356adf
branches: trunk
changeset: 501214:518d83356adf
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 19 00:33:12 2005 +0000
description:
Fix for OSF1 5.1, from Sergey Svishchev in PR 31864.
diffstat:
bootstrap/bmake/ranlib.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 94c8d131159a -r 518d83356adf bootstrap/bmake/ranlib.h
--- a/bootstrap/bmake/ranlib.h Wed Oct 19 00:12:36 2005 +0000
+++ b/bootstrap/bmake/ranlib.h Wed Oct 19 00:33:12 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index