summaryrefslogtreecommitdiff
path: root/games/nethack32/files/patch-ad
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-21 09:13:43 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-21 09:13:43 +0000
commit03d9e353dbf76214464d0fd6db1ae6fea2abd4c6 (patch)
tree9bb1c78fd4ba1c3a9f7b1e1e6217f3ce590f4e21 /games/nethack32/files/patch-ad
parentUpgrade to v0.9.5. (diff)
Fix 'missing rip.xpm' error.
patch-aa contains patch for some files. So separate to some patch-a? PR: ports/10680 Submitted by: h-nokubi@yyy.or.jp
Notes
Notes: svn path=/head/; revision=17329
Diffstat (limited to 'games/nethack32/files/patch-ad')
-rw-r--r--games/nethack32/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nethack32/files/patch-ad b/games/nethack32/files/patch-ad
new file mode 100644
index 000000000000..a14729508f45
--- /dev/null
+++ b/games/nethack32/files/patch-ad
@@ -0,0 +1,12 @@
+diff -ruN ./include/system.h ../nethack-3.2.2/include/system.h
+--- ./include/system.h Mon Nov 4 23:01:25 1996
++++ ../nethack-3.2.2/include/system.h Sun Mar 21 17:25:02 1999
+@@ -80,7 +80,7 @@
+ # if !defined(SUNOS4) || defined(RANDOM)
+ E void FDECL(srandom, (unsigned int));
+ # else
+-# ifndef bsdi
++# if !defined(bsdi) && !defined(__FreeBSD__)
+ E int FDECL(srandom, (unsigned int));
+ # endif
+ # endif