git: 05a288936135 - main - devel/freebsd-sysroot: Pet portfmt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 09:42:39 UTC
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=05a2889361359ff6fd56d0f1dadc920df1c7d49f
commit 05a2889361359ff6fd56d0f1dadc920df1c7d49f
Author: Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-11-13 08:58:21 +0000
Commit: Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-11-13 08:59:52 +0000
devel/freebsd-sysroot: Pet portfmt
---
devel/freebsd-sysroot/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile
index 7a33993aa159..151257f4b7fd 100644
--- a/devel/freebsd-sysroot/Makefile
+++ b/devel/freebsd-sysroot/Makefile
@@ -34,8 +34,8 @@ EXTRACT_AFTER_ARGS= -C${STAGEDIR}${_SYSROOT} --no-same-permissions \
NO_ARCH= yes
NO_BUILD= yes
NO_MTREE= yes
-SUB_FILES= ${exists(${FILESDIR}/${FLAVOR}-cc.in):?${FLAVOR}-cc:} \
- ${exists(${FILESDIR}/${FLAVOR}-c++.in):?${FLAVOR}-c++:} c++ cc
+SUB_FILES= ${exists(${FILESDIR}/${FLAVOR}-c++.in):?${FLAVOR}-c++:} \
+ ${exists(${FILESDIR}/${FLAVOR}-cc.in):?${FLAVOR}-cc:} c++ cc
SUB_LIST= FREEBSD_SYSROOT="${_SYSROOT}" \
FREEBSD_SYSROOT_CC="${CC}" \
FREEBSD_SYSROOT_CC_ELFV1="$$(${ECHO_CMD} ${LOCALBASE}/bin/powerpc64-unknown-${OPSYS:tl}*[0-9]-gcc9)" \