From bc998c9be31c5fa3004155b8cab60ca8983134a4 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 5 Apr 2006 22:22:16 +0000 Subject: Pass the correct sized argument to sbrk() when trying to reduce the break so that on 64bit systems it is actually a negative number, not a very large positive one. Should fix PR pkg/29351. Thanks to Martijn van Buul for giving me access to an amd64 box so I could track this down. Bump PKGREVISION. --- editors/emacs-nox11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs-nox11/Makefile') diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 9a72e88bef5..29368dda7ce 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:08:55 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/05 22:22:16 markd Exp $ DISTNAME= emacs-${EMACSVERSION}a PKGNAME= emacs-nox11-${EMACSVERSION}a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors COMMENT= GNU editing macros (editor) - non X11 version -- cgit v1.2.3