diff options
author | asami <asami@FreeBSD.org> | 1998-02-03 15:48:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-03 15:48:35 +0800 |
commit | e84032ba61adf9dd56b4fc497a2af679e05e34db (patch) | |
tree | 3c4fe9ef763e5d3305b051f5e3fb78154f25007a /lang/gcc-ooo | |
parent | e9bbde4fc6f28f8166b893984cd856f6c059b71b (diff) | |
download | freebsd-ports-gnome-e84032ba61adf9dd56b4fc497a2af679e05e34db.tar.gz freebsd-ports-gnome-e84032ba61adf9dd56b4fc497a2af679e05e34db.tar.zst freebsd-ports-gnome-e84032ba61adf9dd56b4fc497a2af679e05e34db.zip |
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.
Diffstat (limited to 'lang/gcc-ooo')
-rw-r--r-- | lang/gcc-ooo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 8d432dde1bb0..45c2a777e549 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/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 |