diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:49:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:49:31 +0000 |
commit | 48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb (patch) | |
tree | 280707e74f830bfd20743509d70fc602de263601 /lang/gcc/Makefile | |
parent | Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from (diff) |
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.
Notes
Notes:
svn path=/head/; revision=12329
Diffstat (limited to '')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index a4e8ff528a83..aecafb9769f6 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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 |