diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-03 07:48:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-03 07:48:35 +0000 |
commit | 57795467ce7fc3ddb7e54c9d9bc633d01a8206de (patch) | |
tree | a8abe8998a7f209c14bdf15cb3c4b8ee2a5c4800 /lang/gcc43 | |
parent | 31ab7beaeab19df8aac5821351ea2884f1d0eb59 (diff) | |
download | ports-57795467ce7fc3ddb7e54c9d9bc633d01a8206de.tar.gz ports-57795467ce7fc3ddb7e54c9d9bc633d01a8206de.zip |
Notes
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 8d432dde1bb0..45c2a777e549 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.3 1998/01/14 07:24:54 obrien Exp $ +# $Id: Makefile,v 1.4 1998/01/23 17:49:35 jdp Exp $ # DISTNAME= egcs-1.0.1 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.cygnus.com/pub/egcs/releases/egcs-1.0.1/ \ MAINTAINER= jdp@polstra.com +MANUAL_PACKAGE_BUILD= installs libstdc++.a which conflicts with system version + GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld i386-unknown-freebsd |