games/acm: fix build on current
This commit is contained in:
parent
60d8841f5d
commit
4c2d8c6c77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546372
@ -23,6 +23,9 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
|
||||
ac_cv_lib_gdbm_dbm_fetch=no
|
||||
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
|
||||
|
||||
# Fix build with clang11
|
||||
CFLAGS+= -fcommon
|
||||
|
||||
OPTIONS_DEFINE= SOUND
|
||||
|
||||
SOUND_LIB_DEPENDS= libaudio.so:audio/nas
|
||||
|
Loading…
Reference in New Issue
Block a user