aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 19:13:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:53 +0000
commit6381061b9bd4369fb658cf1b7810fde437fa7a04 (patch)
tree612f64dc3710fdc87b7f10c4b1d1b75a36cc3edf
parent26c57ed486fd94923ddeecfa42e890d30ef4c0d3 (diff)
downloadports-6381061b9bd4369fb658cf1b7810fde437fa7a04.tar.gz
ports-6381061b9bd4369fb658cf1b7810fde437fa7a04.zip
emulators/uae: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--emulators/uae/Makefile3
1 files changed, 0 insertions, 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: