mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Works again with system compiler.
This commit is contained in:
parent
1eea003ec2
commit
1a8d0bb1d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65451
@ -73,16 +73,10 @@ USE_GCC=3.1
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if !defined(USE_GCC)
|
||||
USE_GCC=3.1
|
||||
.endif
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.1
|
||||
#
|
||||
# We depend on the port. System g++ is broken at the moment.
|
||||
#
|
||||
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
|
||||
CC= gcc31
|
||||
CXX= g++31
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
@ -73,16 +73,10 @@ USE_GCC=3.1
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if !defined(USE_GCC)
|
||||
USE_GCC=3.1
|
||||
.endif
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.1
|
||||
#
|
||||
# We depend on the port. System g++ is broken at the moment.
|
||||
#
|
||||
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
|
||||
CC= gcc31
|
||||
CXX= g++31
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
@ -73,16 +73,10 @@ USE_GCC=3.1
|
||||
#
|
||||
# OO is still broken with the system gcc on CURRENT.
|
||||
#
|
||||
.if !defined(USE_GCC)
|
||||
USE_GCC=3.1
|
||||
.endif
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.1
|
||||
#
|
||||
# We depend on the port. System g++ is broken at the moment.
|
||||
#
|
||||
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
|
||||
CC= gcc31
|
||||
CXX= g++31
|
||||
.if defined(USE_GCC) && ${USE_GCC} == 3.2
|
||||
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
|
||||
CC= gcc32
|
||||
CXX= g++32
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user