diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:20:03 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:20:03 +0000 |
commit | 4c2d8c6c77d22d0dfc8197512ee942786a4e4190 (patch) | |
tree | 87744d2a0857932ca849314c5ec63f111ea9a0d0 | |
parent | 60d8841f5dd5296dd0a03c107dd8510368c44eb7 (diff) | |
download | ports-4c2d8c6c77d22d0dfc8197512ee942786a4e4190.tar.gz ports-4c2d8c6c77d22d0dfc8197512ee942786a4e4190.zip |
Notes
-rw-r--r-- | games/acm/Makefile | 3 |
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 |