summaryrefslogtreecommitdiff
path: root/games/nethack34-nox11/files/patch-ab
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-21 00:48:19 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-21 00:48:19 +0000
commitc6daffe7e0cf013cf75e4669b7fc7199469b8640 (patch)
tree7e10595bca510e5dc8e4aa065b11676ff2437e07 /games/nethack34-nox11/files/patch-ab
parentFix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or later (diff)
Fix BROKEN_ELF
Notes
Notes: svn path=/head/; revision=14729
Diffstat (limited to '')
-rw-r--r--games/nethack34-nox11/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nethack34-nox11/files/patch-ab b/games/nethack34-nox11/files/patch-ab
new file mode 100644
index 000000000000..4282a67b7ca9
--- /dev/null
+++ b/games/nethack34-nox11/files/patch-ab
@@ -0,0 +1,12 @@
+diff -ruN ./sys/unix/Makefile.src ../nethack-3.2.2/sys/unix//Makefile.src
+--- ./sys/unix/Makefile.src Sat Nov 21 01:23:57 1998
++++ ../nethack-3.2.2/sys/unix/Makefile.src Sat Nov 21 01:15:41 1998
+@@ -204,7 +204,7 @@
+ #
+ # LIBS = -lxpg4
+ #
+-LIBS =
++LIBS = -lSM -lICE
+
+ # make NetHack
+ #JP by issei(96/5/27)