diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-07 19:19:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-07 19:19:28 +0000 |
commit | 52347b695573de78b997d31808094ef5942f19d4 (patch) | |
tree | 0de8869a077f6b6eac7a0c57d77dcc6917a7cfb3 /editors/abiword | |
parent | 68229b135c809b20b9644921654b87b7eadbeac0 (diff) | |
download | pkgsrc-52347b695573de78b997d31808094ef5942f19d4.tar.gz |
Solaris is identified by the __sun macro, not SunOS.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ac | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index f5669b79de8..9b9a39da15c 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.50 2006/04/15 10:47:24 adam Exp $ +$NetBSD: distinfo,v 1.51 2006/06/07 19:19:28 rillig Exp $ SHA1 (abiword-2.4.4.tar.bz2) = e2afde95a408f011a1877bc6647799777845dd18 RMD160 (abiword-2.4.4.tar.bz2) = 5fad618b07b13a543f55321dd3e8114105cefd5d Size (abiword-2.4.4.tar.bz2) = 24687425 bytes SHA1 (patch-aa) = b305b8a5dcf16c76e4bc858b6b484592b68aaca1 SHA1 (patch-ab) = 94191b278b6c5d0a37231efde9dc11097d6c1590 -SHA1 (patch-ac) = 4ab819ee5465a89607d4882f7cf00e8b4daf1f3b +SHA1 (patch-ac) = 8fe244939c96a322a4db61463b8f66af0fc61e35 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 SHA1 (patch-ae) = 5151b11af67796b62cff9c9518ead0fdd36b80c5 SHA1 (patch-af) = d3fe1c03fe80648afb729b3dbc4721c413220a0d diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac index 0aecbd21553..42005e50e01 100644 --- a/editors/abiword/patches/patch-ac +++ b/editors/abiword/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.15 2005/12/07 16:45:47 joerg Exp $ +$NetBSD: patch-ac,v 1.16 2006/06/07 19:19:28 rillig Exp $ ---- src/af/util/xp/ut_endian.h.orig 2005-12-06 22:03:57.000000000 +0000 -+++ src/af/util/xp/ut_endian.h +--- src/af/util/xp/ut_endian.h.orig 2005-10-08 12:53:33.000000000 +0200 ++++ src/af/util/xp/ut_endian.h 2006-06-07 21:15:51.188428052 +0200 @@ -47,6 +47,13 @@ #else #define UT_BIG_ENDIAN @@ -16,3 +16,12 @@ $NetBSD: patch-ac,v 1.15 2005/12/07 16:45:47 joerg Exp $ #elif defined(__sgi) #include <sys/endian.h> #if BYTE_ORDER == LITTLE_ENDIAN +@@ -60,7 +67,7 @@ + #else + #define UT_LITTLE_ENDIAN + #endif +-#elif defined(SunOS) /* this is defined by src/config/platform/sunos.mk */ ++#elif defined(SunOS) || defined(__sun) /* this is defined by src/config/platform/sunos.mk */ + #include <sys/isa_defs.h> + #if defined(_BIG_ENDIAN) + #define UT_BIG_ENDIAN |