mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Ensure our dependencies also work properly when GCC_DEFAULT is one of
the older versions, in particular 4.9 which is the last working on SPARC. Reported by: linimon
This commit is contained in:
parent
34e60e1c37
commit
dadf9b1fa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455405
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ DISTFILES= # not applicable
|
|||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= Meta-port for the default version of the GNU Compiler Collection
|
||||
|
||||
RUN_DEPENDS= gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT}
|
||||
# Once GCC 4.9 and 4.8 aren't options any longer, we can simply use
|
||||
# GCC_DEFAULT again below (the expression rewrites 4.9 to 49).
|
||||
RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//}
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue