K 10 svn:author V 4 manu K 8 svn:date V 27 2020-07-06T09:26:36.850407Z K 7 svn:log V 382 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 END