diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-07-01 07:29:38 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-07-01 07:30:31 +0000 |
| commit | ce851496cfb3cacd5d6ea2e84e4c8edd24bfe787 (patch) | |
| tree | 48e142375a74fffb81766db94669d1534a64dafd /net/kdenetwork-filesharing | |
| parent | e329c603964f87f721a96e49f7ac137c3344e4c6 (diff) | |
Diffstat (limited to 'net/kdenetwork-filesharing')
| -rw-r--r-- | net/kdenetwork-filesharing/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/kdenetwork-filesharing/Makefile b/net/kdenetwork-filesharing/Makefile index 85b214306642..73a31714bcb2 100644 --- a/net/kdenetwork-filesharing/Makefile +++ b/net/kdenetwork-filesharing/Makefile @@ -17,4 +17,11 @@ USE_XORG= x11 OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092 +CXX= clang++${LLVM_VERSION} +USES+= llvm:min=16 +.endif + .include <bsd.port.mk> |
