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/gcc33 | |
parent | Upgrade to 1.0b9e (diff) |
Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in
/usr/local/lib and that will cause the system gcc to be unhappy if
something is linked with -L/usr/local/lib.
Notes
Notes:
svn path=/head/; revision=9577
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 8d432dde1bb0..45c2a777e549 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/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 |