mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix PR 221571 more thoroughly and aligned with lang/gcc6 and lang/gcc5:
release tarballs, unlike snapshots, always contain prebuilt .info files. PR: 221571
This commit is contained in:
parent
f5bf16c730
commit
dc385829ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448067
@ -103,10 +103,11 @@ INFO= gcc${SUFFIX}/cpp \
|
||||
gcc${SUFFIX}/gccint \
|
||||
gcc${SUFFIX}/gfortran \
|
||||
gcc${SUFFIX}/libgomp
|
||||
.if ${ARCH} == "aarch64" || ${ARCH} == "amd64" || ${ARCH} == "i386"
|
||||
# Release tarballs (as opposed to snapshots) always carry this.
|
||||
#.if ${ARCH} == "amd64" || ${ARCH} == "i386"
|
||||
INFO+= gcc${SUFFIX}/libquadmath \
|
||||
gcc${SUFFIX}/libitm
|
||||
.endif
|
||||
#.endif
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= TARGLIB=${TARGLIB}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user