games/nethack34(-nox11): Respect LDFLAGS

approved by:	infrastructure blanket (related to ncurses work)
This commit is contained in:
John Marino 2016-01-31 11:14:25 +00:00
parent 9ab840624c
commit 49b12d59d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407606

View File

@ -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