summaryrefslogtreecommitdiff
path: root/lang/gcc34/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-11-08 16:44:34 +0000
committershannonjr <shannonjr>2004-11-08 16:44:34 +0000
commit47d56abe2389e641a4afce5fca9ada44d96cb7a2 (patch)
tree77be212c86fae5d3d48202e8e93771633463eede /lang/gcc34/Makefile
parent017a2a4a6e82ce5e90bfd7f02b491d34d5b5193e (diff)
downloadpkgsrc-47d56abe2389e641a4afce5fca9ada44d96cb7a2.tar.gz
Update to 3.4.3. This release is a bug-fix release, containing fixes for
regressions in GCC relative to previous releases of GCC.
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r--lang/gcc34/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 7c8cc7fb92d..ffd99a59ff8 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2004/11/05 12:40:23 shannonjr Exp $
+# $NetBSD: Makefile,v 1.18 2004/11/08 16:44:34 shannonjr Exp $
#
DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc34-${GCC_VERSION}
-#PKGREVISION= 4
+#PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
COMMENT= This is the gcc 3.4 compiler
BUILD_USES_MSGFMT= YES
-GCC_VERSION= 3.4.2
+GCC_VERSION= 3.4.3
.include "../../mk/bsd.prefs.mk"