Subject: Re: pkg/33686 (fontconfig-2.3.2 fails build)
To: None <tron@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: S <scole@sdf.lonestar.org>
List: pkgsrc-bugs
Date: 06/29/2006 05:00:07
The following reply was made to PR pkg/33686; it has been noted by GNATS.
From: S <scole@sdf.lonestar.org>
To: NetBSD GNATS <gnats-bugs@NetBSD.org>
Cc:
Subject: Re: pkg/33686 (fontconfig-2.3.2 fails build)
Date: Wed, 28 Jun 2006 21:58:45 -0700
1) I am using the gcc that came with apple's xcode tools also I believe
gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1640)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
2) No environment vars set that I am aware of.
3) scole@goofy /tmp> cat >Makefile
test:
echo $(CC) $(CFLAGS) $(CPPFLAGS)
scole@goofy /tmp> bmake test
echo gcc -pipe -O2
gcc -pipe -O2
scole@goofy /tmp> make test
echo cc
cc