diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 10:47:08 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 11:42:18 +0200 |
commit | 67718a2b74864982cc508b2d782095020cb7b3e5 (patch) | |
tree | c403b03c528a822c376e8570cc649cb5ac1195db | |
parent | e624acf53d68aabc52bbdb81ba0c9f7b63ac645b (diff) | |
download | freebsd-ports-67718a2b74864982cc508b2d782095020cb7b3e5.zip |
net-p2p/linuxdcpp: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 07aa80232b03..88b19cd4057f 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -15,7 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \ pkgconfig scons ssl tar:bzip2 +USE_CXXSTD= c++14 USE_GNOME= cairo libglade2 + PORTDOCS= * DESTDIRNAME= FAKE_ROOT |