Fix build with newer binutils
This commit is contained in:
parent
f797e47681
commit
ad9d62a473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323726
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet
|
|||
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
ALL_TARGET= #
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -44,6 +44,7 @@ USE_GL= glu
|
|||
USE_SDL= image mixer sdl
|
||||
ALL_TARGET+= client
|
||||
CUBE_BIN+= client
|
||||
LDFLAGS= -lX11
|
||||
PLIST_SUB+= CLIENT=""
|
||||
.else
|
||||
PLIST_SUB+= CLIENT="@comment "
|
||||
|
|
Loading…
Reference in a new issue