diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-06 06:15:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-06 06:15:15 +0800 |
commit | 9e1bdf44594808be56b2681f7b326c20a4e19f53 (patch) | |
tree | 154ed2706047b23c77dc28d154b94f8fc320e9da /lang | |
parent | 1e196094d3bcb859b91650ee72521438a6fa577e (diff) | |
download | freebsd-ports-gnome-9e1bdf44594808be56b2681f7b326c20a4e19f53.tar.gz freebsd-ports-gnome-9e1bdf44594808be56b2681f7b326c20a4e19f53.tar.zst freebsd-ports-gnome-9e1bdf44594808be56b2681f7b326c20a4e19f53.zip |
portlint
Diffstat (limited to 'lang')
-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 |