git: 9810b4d219ec - main - games/burrtools: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 19:58:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9810b4d219ecad0f20d37dc1c6269225550172e3 commit 9810b4d219ecad0f20d37dc1c6269225550172e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 19:57:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 19:57:53 +0000 games/burrtools: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/burrtools/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index 552330cec95d..aea75c1262b4 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -15,7 +15,9 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfltk.so:x11-toolkits/fltk USES= gl gmake localbase lua:51 +USE_CXXSTD= c++14 USE_GL= gl glu + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_ICE_IceConnectionNumber="no" \ ac_cv_search_glutInit="none required" @@ -24,12 +26,12 @@ MAKE_ARGS= am_lua_liblua_a_OBJECTS='lua/luaclass.$$(OBJEXT)' LDFLAGS+= -Wl,--as-needed # fltk deps LIBS+= -llua-${LUA_VER} -lboost_system # _ZN5boost6system15system_categoryEv -PORTDOCS= * -PORTEXAMPLES= * +DESKTOP_ENTRIES="BurrGui" "" "burricons" "burrGui" "Game;LogicGame;" "" + PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui \ share/pixmaps/burricons.png - -DESKTOP_ENTRIES="BurrGui" "" "burricons" "burrGui" "Game;LogicGame;" "" +PORTDOCS= * +PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES