pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs It is not only SunOS that need -fno-zero...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f034da6551e7
branches:  trunk
changeset: 471305:f034da6551e7
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Mar 25 22:28:12 2004 +0000

description:
It is not only SunOS that need -fno-zero-initialized-in-bss when
using gcc 3.  Add this flag for all configurations.

Bump PKGREVISION.

diffstat:

 editors/emacs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7d296f21b1dd -r f034da6551e7 editors/emacs/Makefile
--- a/editors/emacs/Makefile    Thu Mar 25 22:13:34 2004 +0000
+++ b/editors/emacs/Makefile    Thu Mar 25 22:28:12 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2004/03/20 17:58:56 bouyer Exp $
+# $NetBSD: Makefile,v 1.70 2004/03/25 22:28:12 kristerw Exp $
 # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
 
 DISTNAME=      emacs-21.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 
@@ -55,7 +55,7 @@
 .endif
 
 .include "../../mk/compiler.mk"
-.if ((${OPSYS} == "SunOS") && !empty(CC_VERSION:Mgcc-3.*))
+.if !empty(CC_VERSION:Mgcc-3.*)
 CFLAGS+=       -fno-zero-initialized-in-bss
 .endif
 



Home | Main Index | Thread Index | Old Index