games/vvvvvv: Fix linking after sdl20 update
sdl20 was updated in r541153 and the cmake file was changed to add directly /usr/local/lib/libSDL2 without adding -L/usr/local/lib/. Since sdl2_mixer doesn't have a cmake file -L/usr/local/lib and this port doesn't have other dependancy that adds it it fails to link. Fix that by adding USES=localbase:ldflags Reported by: pkg-fallout
This commit is contained in:
parent
abe73208c6
commit
d5b35973e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541329
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|||
|
||||
ONLY_FOR_ARCHS= amd64 powerpc64
|
||||
|
||||
USES= sdl cmake
|
||||
USES= sdl cmake localbase:ldflags
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TerryCavanagh
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue