diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 19:14:25 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 19:14:25 +0800 |
commit | d51bac71ab1f29181cd64ecb9506bf31b5f77b02 (patch) | |
tree | 50f77b8e9c0a9f3cc247d8f973eb8f2dfaa2d953 /games | |
parent | 0fb0f0faa7409b7bbfbbbc8a6da984f6bf9ec7fc (diff) | |
download | freebsd-ports-gnome-d51bac71ab1f29181cd64ecb9506bf31b5f77b02.tar.gz freebsd-ports-gnome-d51bac71ab1f29181cd64ecb9506bf31b5f77b02.tar.zst freebsd-ports-gnome-d51bac71ab1f29181cd64ecb9506bf31b5f77b02.zip |
games/nethack34(-nox11): Respect LDFLAGS
approved by: infrastructure blanket (related to ncurses work)
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack34/files/patch-sys-unix-Makefile.src | 11 |
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 |