Date: Thu, 27 Aug 2020 17:20:03 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546372 - head/games/acm Message-ID: <202008271720.07RHK33P059473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Aug 27 17:20:03 2020 New Revision: 546372 URL: https://svnweb.freebsd.org/changeset/ports/546372 Log: games/acm: fix build on current Modified: head/games/acm/Makefile Modified: head/games/acm/Makefile ============================================================================== --- head/games/acm/Makefile Thu Aug 27 17:15:12 2020 (r546371) +++ head/games/acm/Makefile Thu Aug 27 17:20:03 2020 (r546372) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271720.07RHK33P059473>