pkgsrc/editors/emacs20/patches/patch-bw
kristerw 0e1233b17d Fix LP64 issues.
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not
needed for all configurations, but it does never hurt).

Bump PKGREVISION.
2004-03-25 22:13:34 +00:00

12 lines
334 B
Text

$NetBSD: patch-bw,v 1.1 2004/03/25 22:13:34 kristerw Exp $
--- lwlib/lwlib-utils.c.orig 2004-03-25 22:58:34.000000000 +0100
+++ lwlib/lwlib-utils.c 2004-03-25 22:59:20.000000000 +0100
@@ -29,6 +29,7 @@
#undef index
#undef rindex
+#include <stdlib.h>
#include <X11/Xatom.h>
#include <X11/IntrinsicP.h>
#include <X11/ObjectP.h>