diff options
author | jmc <jmc> | 2003-03-12 07:09:33 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-03-12 07:09:33 +0000 |
commit | 2351e525ccc454681895ad014da9dc8313d430e5 (patch) | |
tree | 97772182a6735f4af6b2e98a8094a9698f3d7897 /net/rdesktop10 | |
parent | 9858a836d6f08c2fd284a97acb99cc299ad548ff (diff) | |
download | pkgsrc-2351e525ccc454681895ad014da9dc8313d430e5.tar.gz |
Patch so this matches on __powerpc__ for arch's needing alignment
Diffstat (limited to 'net/rdesktop10')
-rw-r--r-- | net/rdesktop10/distinfo | 3 | ||||
-rw-r--r-- | net/rdesktop10/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/rdesktop10/distinfo b/net/rdesktop10/distinfo index f358808b0f7..c931a794ce4 100644 --- a/net/rdesktop10/distinfo +++ b/net/rdesktop10/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/08/23 03:12:25 grant Exp $ +$NetBSD: distinfo,v 1.2 2003/03/12 07:09:33 jmc Exp $ SHA1 (rdesktop-1.0.0-pl19-8-0.tar.bz2) = 3be3d0d8d8238d3c4259963eb95d051b7389c1e0 Size (rdesktop-1.0.0-pl19-8-0.tar.bz2) = 122417 bytes SHA1 (patch-aa) = ba621a9cac0657a1eeba5868ca97bf3721d31a3d +SHA1 (patch-ab) = edbed4b95b1fe3f04a61ea3b295cea6a0c2286e5 diff --git a/net/rdesktop10/patches/patch-ab b/net/rdesktop10/patches/patch-ab new file mode 100644 index 00000000000..e40e5a53228 --- /dev/null +++ b/net/rdesktop10/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/03/12 07:09:34 jmc Exp $ + +--- rdesktop.h.orig Wed Mar 12 07:07:35 2003 ++++ rdesktop.h Wed Mar 12 07:07:46 2003 +@@ -49,7 +49,7 @@ + + #if defined(__sparc__) || defined(__alpha__) || defined(__hppa__) || \ + defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \ +- defined(__ia64__) ++ defined(__ia64__) || defined(__powerpc__) + #define NEED_ALIGN + #endif + |