From d5b35973e4369b7f9c103a5363d13eeaf7c13e27 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 6 Jul 2020 09:26:36 +0000 Subject: [PATCH] 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 --- games/vvvvvv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/vvvvvv/Makefile b/games/vvvvvv/Makefile index a49eacf21311..d51ef994d606 100644 --- a/games/vvvvvv/Makefile +++ b/games/vvvvvv/Makefile @@ -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}