pkgsrc/editors/emacs20/patches/patch-bu
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
278 B
Text

$NetBSD: patch-bu,v 1.1 2004/03/25 22:13:34 kristerw Exp $
--- src/xterm.c.orig 2004-03-25 22:14:27.000000000 +0100
+++ src/xterm.c 2004-03-25 22:14:43.000000000 +0100
@@ -28,6 +28,7 @@
#include <config.h>
#include <stdio.h>
+#include <stdlib.h>
#ifdef HAVE_X_WINDOWS