From 4304d66fd47eaff4244899cd91e771d23fc66c52 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 20 Nov 2009 00:03:20 +0000 Subject: No longer download Objective-C related files which we don't actually use. Minor style changes. Adjust the ports description to the new style I am using for the various gcc ports and remove an obsolete note on memory consumption when building libgcj (the Java library). --- lang/gcc48/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lang/gcc48/Makefile') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 05ac9e889adb..ba557f6bcbc9 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} + gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 @@ -37,8 +36,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes -MAKE_JOBS_SAFE= yes WANT_GNOME= yes +MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure @@ -61,7 +60,7 @@ TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --disable-nls \ +CONFIGURE_ARGS+=--disable-nls \ --with-system-zlib \ --with-libiconv-prefix=${LOCALBASE} \ --with-gmp=${LOCALBASE} \ -- cgit v1.2.3