Skip to content

Commit

Permalink
games/burrtools: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent 1f42cbb commit 9810b4d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions games/burrtools/Makefile
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 9810b4d

Please sign in to comment.