From e84032ba61adf9dd56b4fc497a2af679e05e34db Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 3 Feb 1998 07:48:35 +0000 Subject: 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. --- lang/gcc48/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/gcc48') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 8d432dde1bb..45c2a777e54 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra # -# $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 -- cgit