pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm use gcc3 on alpha to avoid an internal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b808ad49f058
branches:  trunk
changeset: 479052:b808ad49f058
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Aug 04 10:51:58 2004 +0000

description:
use gcc3 on alpha to avoid an internal compiler error with gcc-2.95.3

diffstat:

 graphics/netpbm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2108300d276a -r b808ad49f058 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Wed Aug 04 10:51:38 2004 +0000
+++ b/graphics/netpbm/Makefile  Wed Aug 04 10:51:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2004/07/06 13:45:14 tron Exp $
+# $NetBSD: Makefile,v 1.96 2004/08/04 10:51:58 dmcmahill Exp $
 
 DISTNAME=      netpbm-10.18.13
 CATEGORIES=    graphics
@@ -32,6 +32,9 @@
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 GCC_REQD+=             2.95.3
 .endif
+.if ${MACHINE_ARCH} == "alpha"
+GCC_REQD+=      3.0
+.endif
 
 pre-configure:
        ${CP} ${WRKSRC}/Makefile.config.in ${WRKSRC}/Makefile.config



Home | Main Index | Thread Index | Old Index