summaryrefslogtreecommitdiff
path: root/games/acm/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 17:20:03 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 17:20:03 +0000
commit4c2d8c6c77d22d0dfc8197512ee942786a4e4190 (patch)
tree87744d2a0857932ca849314c5ec63f111ea9a0d0 /games/acm/Makefile
parentgrahpics/acidwarp-sdl: fix build on recent current (diff)
games/acm: fix build on current
Notes
Notes: svn path=/head/; revision=546372
Diffstat (limited to '')
-rw-r--r--games/acm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 8c5c4f76d7c7..d73b9fd554af 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -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