Date: Fri, 29 Sep 2023 23:21:02 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6381061b9bd4 - main - emulators/uae: Remove CC/CPP/CXX exports Message-ID: <202309292321.38TNL2kB061224@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6381061b9bd4369fb658cf1b7810fde437fa7a04 commit 6381061b9bd4369fb658cf1b7810fde437fa7a04 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 19:13:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 23:20:53 +0000 emulators/uae: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- emulators/uae/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 5bce738cc16c..a7713af9309b 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -22,9 +22,6 @@ OPTIONS_DEFINE= DOCS .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) USES+= llvm:max=15 -CC= clang${LLVM_VERSION} -CPP= clang-cpp${LLVM_VERSION} -CXX= clang++${LLVM_VERSION} .endif post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309292321.38TNL2kB061224>