aboutsummaryrefslogtreecommitdiff
path: root/games/nethack32/files/patch-ab
blob: 4282a67b7ca9880c99c387115b62265f31e631ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)