aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-02-03 07:48:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-02-03 07:48:35 +0000
commit57795467ce7fc3ddb7e54c9d9bc633d01a8206de (patch)
treea8abe8998a7f209c14bdf15cb3c4b8ee2a5c4800 /lang/gcc
parent31ab7beaeab19df8aac5821351ea2884f1d0eb59 (diff)
downloadports-57795467ce7fc3ddb7e54c9d9bc633d01a8206de.tar.gz
ports-57795467ce7fc3ddb7e54c9d9bc633d01a8206de.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.
Notes
Notes: svn path=/head/; revision=9577
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 8d432dde1bb0..45c2a777e549 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/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