mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Use GCC3.2 to compile this, even on CURRENT. There
have been so many c++ problems that it will be a pain to fix it for gcc3.3
This commit is contained in:
parent
5bba790c1a
commit
03a43c662c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87341
@ -87,7 +87,6 @@ USE_LANG= ${LANG}
|
||||
|
||||
LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
|
||||
|
||||
|
@ -87,7 +87,6 @@ USE_LANG= ${LANG}
|
||||
|
||||
LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
|
||||
|
||||
|
@ -87,7 +87,6 @@ USE_LANG= ${LANG}
|
||||
|
||||
LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user