summaryrefslogtreecommitdiff
path: root/games/nethack32
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/nethack32
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 'games/nethack32')
-rw-r--r--games/nethack32/Makefile4
-rw-r--r--games/nethack32/files/patch-ab12
2 files changed, 13 insertions, 3 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile
index e0b2697e8635..b9a3ab9f8bcd 100644
--- a/games/nethack32/Makefile
+++ b/games/nethack32/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.15 1998/09/17 00:32:33 asami Exp $
+# $Id: Makefile,v 1.16 1998/09/28 02:10:56 steve Exp $
#
DISTNAME= nethack-3.2.2
@@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \
MAINTAINER= ports@FreeBSD.ORG
-BROKEN_ELF= build
-
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
diff --git a/games/nethack32/files/patch-ab b/games/nethack32/files/patch-ab
new file mode 100644
index 000000000000..4282a67b7ca9
--- /dev/null
+++ b/games/nethack32/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)