pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gutenprint-lib Note that gcc 3.3.3 doesn't work ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e6bc1ce5f27
branches:  trunk
changeset: 537575:5e6bc1ce5f27
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jan 11 13:39:43 2008 +0000

description:
Note that gcc 3.3.3 doesn't work with this package.

diffstat:

 print/gutenprint-lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 98a46a00b35d -r 5e6bc1ce5f27 print/gutenprint-lib/Makefile
--- a/print/gutenprint-lib/Makefile     Fri Jan 11 13:37:01 2008 +0000
+++ b/print/gutenprint-lib/Makefile     Fri Jan 11 13:39:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/01/11 12:39:47 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2008/01/11 13:39:43 gdt Exp $
 
 VERSION=       5.0.2
 DISTNAME=      gutenprint-${VERSION}
@@ -19,6 +19,9 @@
 USE_LIBTOOL=           YES
 
 USE_LANGUAGES+=                c99 c++
+# gcc 3.3.3 either can't compile this, or needs huge amounts of RAM (0.5G+).
+# Observed on NetBSD/i386 3 and confirmed with upstream.  Apparently it's
+# just 3.3.3 - there are no known issues with 2.95.
 
 # gutenprint has many options, and really should be split into
 # multiple packages.  Splitting is difficult because of the structure



Home | Main Index | Thread Index | Old Index