diff options
author | gerald <gerald@FreeBSD.org> | 2004-01-21 08:43:10 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-01-21 08:43:10 +0000 |
commit | 80702b57d8c7c35428673ad1321d54a8199b5ae6 (patch) | |
tree | 402df914553efad7a53b03b6411dc15700e791cd /lang | |
parent | be1f9e60b6e227b4f498c8f58e17d52bfaa2ee27 (diff) | |
download | FreeBSD-ports-80702b57d8c7c35428673ad1321d54a8199b5ae6.zip FreeBSD-ports-80702b57d8c7c35428673ad1321d54a8199b5ae6.tar.gz |
Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index ce242b7..380930c 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -5,7 +5,7 @@ # # $FreeBSD$ # -SNAPDATE= 2004-01-12 +SNAPDATE= 2004-01-19 PORTNAME= gcc PORTVERSION= 3.3.3 @@ -39,6 +39,7 @@ LATEST_LINK?= gcc33${PKGNAMESUFFIX} USE_BZIP2= yes USE_REINPLACE= yes USE_PERL5_BUILD=yes +USE_SIZE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure |