Subject: Re: CVS commit: pkgsrc/graphics/gimp24
To: None <pkgsrc-changes@NetBSD.org, joerg@britannica.bec.de>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-changes
Date: 02/24/2006 10:22:47
> From: joerg@britannica.bec.de
> To: pkgsrc-changes@NetBSD.org
> Subject: Re: CVS commit: pkgsrc/graphics/gimp24
>
> On Thu, Feb 23, 2006 at 11:21:40AM +0100, Gilles Dauphin wrote:
> >
> >
> > > From: Greg Troxel <gdt@NetBSD.org>
> > >
> > >
> > > Module Name: pkgsrc
> > > Committed By: gdt
> > > Date: Mon Feb 20 14:29:17 UTC 2006
> > >
> > > Modified Files:
> > > pkgsrc/graphics/gimp24: Makefile PLIST
> > >
> > > Log Message:
> > > Remove gnomeprint plugin (which is not built) from PLIST, allowing
> > > 'make package'. PKGREVISION++.
> > >
> > >
> > > To generate a diff of this commit:
> > > cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/gimp24/Makefile
> > > cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/gimp24/PLIST
> > >
> > > Please note that diffs are not public domain; they are subject to the
> > > copyright notices on the relevant files.
> >
> > Please, add the following at end of Makefile:
> >
> > .if ${ABI} == "64" && ${MACHINE_ARCH} == "i386" && ${OPSYS} == "SunOS"
> > CONFIGURE_ARGS+= --host=x86_64-sun-solaris2
> > .endif
>
> This feels very wrong. Why doesn't the default host name work?
>
> Joerg
because of : app/base/cpu-accel.c: #if !defined(ARCH_X86_64) && defined(PIC)
I forgot to tell you , my gcc is a wrapper to
exec /usr/sfw/bin/gcc.orig -m64 "$@"
and build only 64bits binaries
Gilles