diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-14 23:49:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-14 23:49:57 +0800 |
commit | 6b7f64f2a0df76647557f49784d3265fa0a4a1bf (patch) | |
tree | 25055379c0b99ea4ffb320e82245c6cb88e70609 /games | |
parent | dd906ede6cc7869482526c75b50a934e5e8a4f30 (diff) | |
download | freebsd-ports-gnome-6b7f64f2a0df76647557f49784d3265fa0a4a1bf.tar.gz freebsd-ports-gnome-6b7f64f2a0df76647557f49784d3265fa0a4a1bf.tar.zst freebsd-ports-gnome-6b7f64f2a0df76647557f49784d3265fa0a4a1bf.zip |
- Fix build when SDL is built with sndio by adding USES=localbase:ldflags
PR: 233987
Submitted by: pkubaj@anongoth.pl
MFH: 2018Q4
Diffstat (limited to 'games')
-rw-r--r-- | games/easyrpg-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile index 52216d6c094d..49414868795a 100644 --- a/games/easyrpg-player/Makefile +++ b/games/easyrpg-player/Makefile @@ -35,7 +35,7 @@ USE_GITHUB= yes GH_ACCOUNT= EasyRPG GH_PROJECT= Player -USES= cmake compiler:c++11-lib pkgconfig +USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \ -DPLAYER_AUDIO_BACKEND=SDL2_mixer USE_XORG= pixman |