diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-17 13:32:43 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-17 13:32:43 +0800 |
commit | 2a45f8b61bf40d5c6fe02e7773dbb8a7f26d51e4 (patch) | |
tree | fe24e857dc748d64442043f874fd4475956fc3ea /lang | |
parent | 5ef237e80d4233720d7e4f1a30ccad28341e98e6 (diff) | |
download | freebsd-ports-graphics-2a45f8b61bf40d5c6fe02e7773dbb8a7f26d51e4.tar.gz freebsd-ports-graphics-2a45f8b61bf40d5c6fe02e7773dbb8a7f26d51e4.tar.zst freebsd-ports-graphics-2a45f8b61bf40d5c6fe02e7773dbb8a7f26d51e4.zip |
Need help with this port as well, don't have the time
to fix it today. Asked Thomas (Gellekum) for help ...
Only this friday to fix it. The patching stage fails ...
The mess started with the new organization starting from
the egcs source base ...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index fe4fd5d8c52..5cb2f7aa8c1 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -3,7 +3,7 @@ # Date created: Mi 18 Dez 1996 00:26:20 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1997/10/04 14:53:09 andreas Exp $ +# $Id: Makefile,v 1.8 1997/10/17 05:30:26 andreas Exp $ # DISTNAME= gcc-2.7.2 @@ -27,6 +27,7 @@ PATCHFILES= egcs-970924-pgcc-970924.diff.gz \ FETCH_DEPENDS= ${PREFIX}/bin/autoconf:${PORTSDIR}/devel/autoconf +BROKEN= "problems during patch, PLIST needs closer look" WRKSRC= ${WRKDIR}/egcs-970924 PATCH= patch -p1 HAS_CONFIGURE= yes |