diff options
author | flathill <flathill@FreeBSD.org> | 1999-03-21 17:13:43 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-03-21 17:13:43 +0800 |
commit | 18a2b55c5960035d74ad1523eea71db06ec0a62c (patch) | |
tree | 15ca41f7936d5927f83757d982db8a39f0d766c1 /games/nethack/files/patch-ad | |
parent | bed01ce691571b27b04abfcb529de8ac1c6e3cf6 (diff) | |
download | freebsd-ports-graphics-18a2b55c5960035d74ad1523eea71db06ec0a62c.tar.gz freebsd-ports-graphics-18a2b55c5960035d74ad1523eea71db06ec0a62c.tar.zst freebsd-ports-graphics-18a2b55c5960035d74ad1523eea71db06ec0a62c.zip |
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
Diffstat (limited to 'games/nethack/files/patch-ad')
-rw-r--r-- | games/nethack/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nethack/files/patch-ad b/games/nethack/files/patch-ad new file mode 100644 index 00000000000..a14729508f4 --- /dev/null +++ b/games/nethack/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 |