svn commit: r493276 - branches/2019Q1/games/linwarrior/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 18 17:05:43 UTC 2019


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


More information about the svn-ports-branches mailing list