diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 22:15:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 22:15:15 +0000 |
commit | 244bef6ca30b03051f3e97bcd5703c40bb1ab303 (patch) | |
tree | 1978982b1afc38c71ffeed1eb5a9bd5ecffba43b /lang/pgcc | |
parent | portlint (diff) |
portlint
Diffstat (limited to 'lang/pgcc')
-rw-r--r-- | lang/pgcc/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 742b86fbfab2..26e007319bb6 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -26,19 +26,18 @@ PATCH_SITES= http://www.gcc.ml.org/data/source/ \ ftp://ftp.hitachi-sk.co.jp/pub/pentium-gcc/source/ \ ftp://ftp.fu-berlin.de/unix/languages/pgcc/source/ PATCHFILES= egcs-1.1.2-pgcc-1.1.3.diff.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org -BROKEN='waiting for new patches against gcc-2.95' - -USE_BZIP2= yes - BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -USE_BZIP2= yes +BROKEN='waiting for new patches against gcc-2.95.1' .include <bsd.port.pre.mk> +USE_BZIP2= yes + EGCS_REV= pgcc-2.91.66 LIBSTDCPP_REV= 2.9.0 @@ -49,7 +48,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL} .endif -PATCH_DIST_STRIP?= -p1 PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} GNU_CONFIGURE= yes USE_GMAKE= yes |