aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 11:14:25 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 11:14:25 +0000
commit49b12d59d761e64a5d1df269de5b5af43c7c35d0 (patch)
tree50f77b8e9c0a9f3cc247d8f973eb8f2dfaa2d953 /games/nethack34
parent9ab840624cb92ce376d51996aa95abf017df1131 (diff)
downloadports-49b12d59d761e64a5d1df269de5b5af43c7c35d0.tar.gz
ports-49b12d59d761e64a5d1df269de5b5af43c7c35d0.zip
games/nethack34(-nox11): Respect LDFLAGS
approved by: infrastructure blanket (related to ncurses work)
Notes
Notes: svn path=/head/; revision=407606
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/files/patch-sys-unix-Makefile.src11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/nethack34/files/patch-sys-unix-Makefile.src b/games/nethack34/files/patch-sys-unix-Makefile.src
index e92c1cb62531..a4803fd898f5 100644
--- a/games/nethack34/files/patch-sys-unix-Makefile.src
+++ b/games/nethack34/files/patch-sys-unix-Makefile.src
@@ -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