Date: Fri, 29 Sep 2023 23:21:12 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: 57bd542732b4 - main - net-im/pidgin-sipe: Remove CC/CPP/CXX exports Message-ID: <202309292321.38TNLCeW062438@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=57bd542732b4a3f2718fe3a1fdfb04850994dc5e commit 57bd542732b4a3f2718fe3a1fdfb04850994dc5e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 23:20:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-29 23:20:56 +0000 net-im/pidgin-sipe: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- net-im/pidgin-sipe/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 152dad878ef4..ea10c06d1a1a 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -52,9 +52,6 @@ CFLAGS+= -Wno-error .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${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.38TNLCeW062438>