pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nhc98 Reorder two include files to make it compil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e7729c9df7c
branches: trunk
changeset: 496289:0e7729c9df7c
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 23:58:17 2005 +0000
description:
Reorder two include files to make it compile on big endian NetBSD
machines.
diffstat:
lang/nhc98/distinfo | 3 ++-
lang/nhc98/patches/patch-ab | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 90a89fe8f576 -r 0e7729c9df7c lang/nhc98/distinfo
--- a/lang/nhc98/distinfo Fri Jun 24 22:54:57 2005 +0000
+++ b/lang/nhc98/distinfo Fri Jun 24 23:58:17 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/05/12 17:53:29 kristerw Exp $
+$NetBSD: distinfo,v 1.16 2005/06/24 23:58:17 kristerw Exp $
SHA1 (nhc98src-1.18.tar.gz) = 7de78b449f1e7efc9a12107ff26b441e35b34625
RMD160 (nhc98src-1.18.tar.gz) = 7b643958cd68c7417c50a66374e1ab20d90d433d
@@ -7,5 +7,6 @@
RMD160 (nhc98-1.18-library-interfaces.tar.gz) = 480e8c8f9985d396e29661dedf489a5e1bb9c9ba
Size (nhc98-1.18-library-interfaces.tar.gz) = 116668 bytes
SHA1 (patch-aa) = b7fe50f0a79c935e980daa9b2d5bb163bf31124e
+SHA1 (patch-ab) = 07e9456007d38fcca7db92064b4d18a7ae8a60f9
SHA1 (patch-ag) = 0c92edc1d6938afe178b5acaacec889e699f4b51
SHA1 (patch-ah) = 9121f63bbc3d1de26a1b57bab53787e4e8f9a327
diff -r 90a89fe8f576 -r 0e7729c9df7c lang/nhc98/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/nhc98/patches/patch-ab Fri Jun 24 23:58:17 2005 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.3 2005/06/24 23:58:18 kristerw Exp $
+
+--- src/prelude/BinArray/cLowUnboxedArray.c.orig 2005-06-04 18:13:50.000000000 +0000
++++ src/prelude/BinArray/cLowUnboxedArray.c 2005-06-04 18:14:03.000000000 +0000
+@@ -1,5 +1,5 @@
+-#include "cLowUnboxedArray.h"
+ #include <stdlib.h>
++#include "cLowUnboxedArray.h"
+
+ void finaliseUBA (UBA uba) {
+ free(uba->block);
Home |
Main Index |
Thread Index |
Old Index