Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160350057
D41046.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D41046.diff
View Options
Index: net-im/neochat/Makefile
===================================================================
--- net-im/neochat/Makefile
+++ net-im/neochat/Makefile
@@ -19,7 +19,8 @@
RUN_DEPENDS= kquickimageeditor>=0.2.0:graphics/kquickimageeditor \
kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons
-USES= cmake desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++20-lang desktop-file-utils gl kde:5 \
+ pkgconfig qt:5 tar:xz
USE_GL= gl
USE_QT= concurrent core dbus declarative graphicaleffects gui imageformats \
multimedia network quickcontrols quickcontrols2 \
@@ -37,12 +38,12 @@
.if ${ARCH:Mpowerpc*}
CXX= clang++${LLVM_VERSION}
USES+= llvm:min=16
-.else
+.elif ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
# Work around compiler bug, see pr: 272285
USES+= llvm
-CC= ${LLVM_PREFIX}/bin/clang
-CPP= ${LLVM_PREFIX}/bin/clang-cpp
-CXX= ${LLVM_PREFIX}/bin/clang++
+CC= clang${LLVM_VERSION}
+CPP= clang-cpp${LLVM_VERSION}
+CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 1:57 PM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34285329
Default Alt Text
D41046.diff (1 KB)
Attached To
Mode
D41046: net-im/neochat: Restrict dependency on ports LLVM to 14-CURRENT
Attached
Detach File
Event Timeline
Log In to Comment