aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:56 +0000
commit57bd542732b4a3f2718fe3a1fdfb04850994dc5e (patch)
treebf737cd5a8fa6763a77db1ec53a4e711eaca0c73
parentb38e67f5a710248897cdc143ea6cb9ebc09c0a90 (diff)
downloadports-57bd542732b4a3f2718fe3a1fdfb04850994dc5e.tar.gz
ports-57bd542732b4a3f2718fe3a1fdfb04850994dc5e.zip
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)
-rw-r--r--net-im/pidgin-sipe/Makefile3
1 files changed, 0 insertions, 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: