diff options
author | abs <abs@pkgsrc.org> | 2003-06-30 22:40:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-30 22:40:58 +0000 |
commit | ddad801ceb8d92f271a29454299cb5a728b19a2b (patch) | |
tree | a427496a8999887cfd4835deceaeba0dc2c8dcdd | |
parent | d53f7c956148ef77d37cf3236db70a85dcde6856 (diff) | |
download | pkgsrc-ddad801ceb8d92f271a29454299cb5a728b19a2b.tar.gz |
g++ -I/usr/pkg/include/gdk-pixbuf-1.0 -I/usr/pkg/include -I/usr/X11R6/include Update gcc3 to gcc3-3.3nb2
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
'/usr/bin/ld: cannot find -lgcc_eh'
even when they
.if defined(USE_GCC3)
. include "../../lang/gcc3/buildlink2.mk"
.endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 332d075a5b1..97467273714 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2643 2003/06/30 18:02:04 jdolecek Exp $ +$NetBSD: CHANGES,v 1.2644 2003/06/30 22:40:58 abs Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2635,3 +2635,4 @@ Changes to the packages collection and infrastructure in 2003: Updated py-dns to 1.0.0 [gson 2003-06-30] Updated mtree to 20030630 [grant 2003-06-30] Updated vmware-module3 to 3.2.1.2 [jdolecek 2003-06-30] + Updated gcc3 to gcc3-3.3nb2 [abs 2003-06-30] |