diff options
author | tron <tron@pkgsrc.org> | 2002-09-01 13:41:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-01 13:41:46 +0000 |
commit | df62b6f32eb3d714edce5f12d6bffcb5c03e1df4 (patch) | |
tree | 87e81535705dd0b8f9a70f1fe7fb8a2666a2abc4 /editors/emacs | |
parent | dc618de551927cfea6ad0a00bb04e2612d207e0a (diff) | |
download | pkgsrc-df62b6f32eb3d714edce5f12d6bffcb5c03e1df4.tar.gz |
Fix build problems under Solaris 9.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/distinfo | 4 | ||||
-rw-r--r-- | editors/emacs/patches/patch-al | 15 | ||||
-rw-r--r-- | editors/emacs/patches/patch-am | 15 |
3 files changed, 33 insertions, 1 deletions
diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo index c134784be6d..c08a34bf97e 100644 --- a/editors/emacs/distinfo +++ b/editors/emacs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/07/19 03:08:26 mycroft Exp $ +$NetBSD: distinfo,v 1.6 2002/09/01 13:41:46 tron Exp $ SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452 Size (emacs-20.7.tar.gz) = 15043428 bytes @@ -13,6 +13,8 @@ SHA1 (patch-ah) = 2cfb03c57fad97db9eaaf9cda610f5d6c906aa4a SHA1 (patch-ai) = d1e5bb8fe797761f63fad42dbfb48834284f4533 SHA1 (patch-aj) = 34490603ca6985fb6e02879c6fe50337d9ce31dd SHA1 (patch-ak) = 604f80fbf7d24ec7b732c7ac3cc99a07fb4a2eb6 +SHA1 (patch-al) = 0459e7a206bbb5f0e591111d2ed3cde97038a2ec +SHA1 (patch-am) = 12667ef175d1108aa3d207d92eba0f20de9d6ae3 SHA1 (patch-ax) = 572eed7ad29d0b2a2e82e53c1acdfab39c12b1b2 SHA1 (patch-ay) = bc91b0759ce0b3f3c1be542c043748472cb8d8fc SHA1 (patch-az) = 643f927b726d825238b14cd6a4b70e3a0722104e diff --git a/editors/emacs/patches/patch-al b/editors/emacs/patches/patch-al new file mode 100644 index 00000000000..1ba58a30005 --- /dev/null +++ b/editors/emacs/patches/patch-al @@ -0,0 +1,15 @@ +$NetBSD: patch-al,v 1.3 2002/09/01 13:41:47 tron Exp $ + +--- src/xfaces.c.orig Wed Nov 18 02:36:41 1998 ++++ src/xfaces.c Sun Sep 1 15:35:41 2002 +@@ -20,6 +20,10 @@ + + /* This is derived from work by Lucid (some parts very loosely so). */ + ++#ifdef __sun__ ++#include <strings.h> ++#endif ++ + #include <sys/types.h> + #include <sys/stat.h> + diff --git a/editors/emacs/patches/patch-am b/editors/emacs/patches/patch-am new file mode 100644 index 00000000000..2f9135084ed --- /dev/null +++ b/editors/emacs/patches/patch-am @@ -0,0 +1,15 @@ +$NetBSD: patch-am,v 1.3 2002/09/01 13:41:48 tron Exp $ + +--- src/xfns.c.orig Thu Jul 1 02:09:39 1999 ++++ src/xfns.c Sun Sep 1 15:36:55 2002 +@@ -22,6 +22,10 @@ + + /* Rewritten for X11 by Joseph Arceneaux */ + ++#ifdef __sun__ ++#include <strings.h> ++#endif ++ + #include <signal.h> + #include <config.h> + |