diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /lang/gcc30 | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'lang/gcc30')
-rw-r--r-- | lang/gcc30/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 1571b7684b12..038be3b4262a 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -1,5 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: egcs +# ex:ts=8 +# Ports collection makefile for: egcs # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # @@ -33,7 +33,7 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif .if ${PORTOBJFORMAT} == "elf" @@ -54,14 +54,14 @@ CONFIGURE_ARGS= --disable-nls --with-gnu-as --with-gnu-ld \ --with-gxx-include-dir=${TARGLIB}/include/g++ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" .if defined(WANT_SHAREDLIBS) -CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ARGS+=--enable-shared .else -CONFIGURE_ARGS+= --disable-shared +CONFIGURE_ARGS+=--disable-shared .endif .if defined(WANT_THREADS_SUPPORT) -CONFIGURE_ARGS+= --enable-threads +CONFIGURE_ARGS+=--enable-threads # ?is this an ObjC only thing? -CONFIGURE_ARGS+= --enable-threads=posix +CONFIGURE_ARGS+=--enable-threads=posix .endif ALL_TARGET= bootstrap MAN1= cpp30.1 g++30.1 g77-30.1 gcc30.1 gcov30.1 |