Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 11:14:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407606 - head/games/nethack34/files
Message-ID:  <201601311114.u0VBEQO1021676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311114.u0VBEQO1021676>