diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 06:49:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 06:49:31 +0800 |
commit | 85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5 (patch) | |
tree | 9123ac40cb51e7048c20f785f436da05e43f7c22 /lang/egcs | |
parent | d48c5312ffc97eda9cb08048c42df412bf21d977 (diff) | |
download | freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.tar.gz freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.tar.zst freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.zip |
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
Diffstat (limited to 'lang/egcs')
-rw-r--r-- | lang/egcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index a4e8ff528a83..aecafb9769f6 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.22 1998/07/16 06:23:40 obrien Exp $ +# $Id: Makefile,v 1.23 1998/07/26 23:43:34 obrien Exp $ # DISTNAME= egcs-19980721 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-07-21/ \ MAINTAINER= obrien@FreeBSD.org EGCS_REV= egcs-2.91.51 +# XXX +#GNUHOST= i386-unknown-freebsd${OSREL} GNUHOST= i386-unknown-freebsd${GNUOSREL} GNU_CONFIGURE= yes USE_GMAKE= yes |