Date: Fri, 6 Dec 2019 14:02:34 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519144 - head/games/apricots Message-ID: <201912061402.xB6E2YAP052614@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Dec 6 14:02:34 2019 New Revision: 519144 URL: https://svnweb.freebsd.org/changeset/ports/519144 Log: games/apricots: fix build on GCC architectures Needs C++11 for OpenAL. Modified: head/games/apricots/Makefile Modified: head/games/apricots/Makefile ============================================================================== --- head/games/apricots/Makefile Fri Dec 6 14:01:30 2019 (r519143) +++ head/games/apricots/Makefile Fri Dec 6 14:02:34 2019 (r519144) @@ -33,7 +33,7 @@ DESKTOP_ENTRIES="Apricots" \ OPTIONS_DEFINE= DOCS OPENAL OPTIONS_DEFAULT=OPENAL -OPENAL_USES= openal:al,alut +OPENAL_USES= compiler:c++11-lang openal:al,alut OPENAL_CPPFLAGS=-DAP_AUDIO_OPENAL OPENAL_LDFLAGS= -L${LOCALBASE}/lib -lopenal -lalut
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912061402.xB6E2YAP052614>