There is still no USE_GCC=3.2 version in our port build files. There
is really nothing I can do about this. So let us hardcode everything.
This commit is contained in:
parent
33d34107b6
commit
7f3638c457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73736
3 changed files with 12 additions and 15 deletions
|
@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
|||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
USE_GCC=3.1
|
||||
.else
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
|
|
|
@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
|||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
USE_GCC=3.1
|
||||
.else
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
|
|
|
@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
|
|||
#
|
||||
# OO build is broken with the system gcc on STABLE.
|
||||
#
|
||||
USE_GCC=3.1
|
||||
.else
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
USE_GCC=3.2
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
|
|
Loading…
Reference in a new issue