svn commit: r407606 - head/games/nethack34/files

John Marino marino at FreeBSD.org
Sun Jan 31 11:14:27 UTC 2016


Author: marino
Date: Sun Jan 31 11:14:25 2016
New Revision: 407606
URL: https://svnweb.freebsd.org/changeset/ports/407606

Log:
  games/nethack34(-nox11): Respect LDFLAGS
  
  approved by:	infrastructure blanket (related to ncurses work)

Modified:
  head/games/nethack34/files/patch-sys-unix-Makefile.src

Modified: head/games/nethack34/files/patch-sys-unix-Makefile.src
==============================================================================
--- head/games/nethack34/files/patch-sys-unix-Makefile.src	Sun Jan 31 10:08:21 2016	(r407605)
+++ head/games/nethack34/files/patch-sys-unix-Makefile.src	Sun Jan 31 11:14:25 2016	(r407606)
@@ -110,10 +110,19 @@
  
  # make NetHack
 -GAME     = nethack
-+GAME     = nethack%%HACKEXT%%
++GAME     = nethack34
  # GAME     = nethack.prg
  
  # if you defined RANDOM in unixconf.h/tosconf.h since your system did not come
+@@ -392,7 +430,7 @@ $(GAME):	$(SYSTEM)
+ 
+ Sysunix:	$(HOBJ) Makefile
+ 	@echo "Loading ..."
+-	$(LINK) $(LFLAGS) -o $(GAME) $(HOBJ) $(WINLIB) $(LIBS)
++	$(LINK) $(LFLAGS) -o $(GAME) $(HOBJ) $(LDFLAGS) $(WINLIB) $(LIBS)
+ 	@touch Sysunix
+ 
+ Sys3B2:	$(HOBJ) Makefile
 @@ -461,13 +499,13 @@ objects.o:
  
  # Qt windowport meta-object-compiler output


More information about the svn-ports-head mailing list