Skip to content

Commit

Permalink
net-mgmt/metronome: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Utilize USES=localbase while I am here
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 20, 2023
1 parent 5e2f1df commit 2ba2bf9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions net-mgmt/metronome/Makefile
Expand Up @@ -13,17 +13,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs

USES= autoreconf:build compiler:c++11-lang eigen:3 libtool:build \
pathfix pkgconfig

localbase:ldflags pathfix pkgconfig
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= ahupowerdns
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
SUB_FILES= pkg-message

INSTALL_TARGET= install-strip

SUB_FILES= pkg-message

OPTIONS_DEFINE= DOCS

pre-configure:
Expand Down

0 comments on commit 2ba2bf9

Please sign in to comment.