summaryrefslogtreecommitdiff
path: root/lang/gcc3/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-05-25 20:44:26 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-05-25 20:44:26 +0000
commit92b48d8592273ecef5eaeecd683c7786c56b3c98 (patch)
tree8fe906dd187e8eaec2a705a3f111aa775bb01d19 /lang/gcc3/Makefile
parent1676864c7d1a270998f07065dd21d5bf585bfe67 (diff)
downloadpkgsrc-92b48d8592273ecef5eaeecd683c7786c56b3c98.tar.gz
use the tar.bz2 archive, it's 8MB smaller than .tar.gz
add UNLIMIT_RESOURCES=datasize, which appears to be necessary to compile the package
Diffstat (limited to 'lang/gcc3/Makefile')
-rw-r--r--lang/gcc3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index e7218475d0e..f8d999be769 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2003/05/25 16:29:20 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/05/25 20:44:26 jdolecek Exp $
#
DISTNAME= gcc-3.3
PKGNAME= ${DISTNAME:C|gcc|gcc3|}
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU:=gcc/}
+MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.3/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
@@ -24,6 +25,7 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --host=${MACHINE_GNU_PLATFORM}
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --prefix=${GCC_PREFIX}
+UNLIMIT_RESOURCES= datasize
# as this is named gcc3, use DISTNAME instead.
FILES_SUBST+= PKGNAME_NOREV=${DISTNAME} GCC_PREFIX=${GCC_PREFIX}