Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172015643
D41045.id124719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
850 B
Referenced Files
None
Subscribers
None
D41045.id124719.diff
View Options
Index: net-im/libquotient/Makefile
===================================================================
--- net-im/libquotient/Makefile
+++ net-im/libquotient/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5
-USES= cmake qt:5 tar:xz
+USES= cmake compiler:c++20-lang qt:5 tar:xz
USE_QT= concurrent core gui multimedia network \
buildtools:build qmake:build testlib:build
@@ -24,10 +24,14 @@
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
+.include <bsd.port.options.mk>
+
# Work around compiler bug, see pr: 272285
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
USES+= llvm
-CC= ${LLVM_PREFIX}/bin/clang
-CPP= ${LLVM_PREFIX}/bin/clang-cpp
-CXX= ${LLVM_PREFIX}/bin/clang++
+CC= clang${LLVM_VERSION}
+CXX= clang++${LLVM_VERSION}
+CPP= clang-cpp${LLVM_VERSION}
+.endif
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 16, 10:10 AM (20 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39009676
Default Alt Text
D41045.id124719.diff (850 B)
Attached To
Mode
D41045: net-im/libquotient: Restrict dependency on ports LLVM to 14-CURRENT
Attached
Detach File
Event Timeline
Log In to Comment