FreeBSD Bugzilla – Attachment 240332 Details for
Bug 269765
net-im/libquotient: fix compiling on FreeBSD 13.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix compiling on FreeBSD 13.1
libquotient.diff (text/plain), 435 bytes, created by
Eric Camachat
on 2023-02-22 20:52:43 UTC
(
hide
)
Description:
Fix compiling on FreeBSD 13.1
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2023-02-22 20:52:43 UTC
Size:
435 bytes
patch
obsolete
>diff --git net-im/libquotient/Makefile net-im/libquotient/Makefile >index 8df660b3e52b..f33d47618bc2 100644 >--- net-im/libquotient/Makefile >+++ net-im/libquotient/Makefile >@@ -23,4 +23,9 @@ GH_PROJECT= libQuotient > > CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 >+CMAKE_ARGS+= -DBUILD_TESTING=OFF >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269765
: 240332