Date: Mon, 18 Feb 2019 17:05:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r493276 - branches/2019Q1/games/linwarrior/files Message-ID: <201902181705.x1IH5g03013763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Feb 18 17:05:42 2019 New Revision: 493276 URL: https://svnweb.freebsd.org/changeset/ports/493276 Log: MFH: r489448 Fix build in 12 by respecting LDFLAGS Approved by: ports-secteam (with hat) Modified: branches/2019Q1/games/linwarrior/files/patch-Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/games/linwarrior/files/patch-Makefile ============================================================================== --- branches/2019Q1/games/linwarrior/files/patch-Makefile Mon Feb 18 17:01:53 2019 (r493275) +++ branches/2019Q1/games/linwarrior/files/patch-Makefile Mon Feb 18 17:05:42 2019 (r493276) @@ -14,7 +14,7 @@ CFLAGS+= -static-libgcc else - LIBRARIES= -lGL -lGLU -lSDL -lopenal -lalut -+ LIBRARIES= -lGL -lGLU `${SDL_CONFIG} --libs` -lopenal -lalut ++ LIBRARIES= ${LDFLAGS} -lGL -lGLU `${SDL_CONFIG} --libs` -lopenal -lalut TARGET=dist/linwarrior MKDIR=mkdir RM=rm -f
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902181705.x1IH5g03013763>