diff options
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 3 | ||||
-rw-r--r-- | games/doom/files/patch-aa | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index ca1d68da818d..a643114eb78a 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.1.1.1 1996/12/11 20:54:57 erich Exp $ +# $Id: Makefile,v 1.2 1996/12/12 05:22:21 asami Exp $ # DISTNAME= doom-1.8 @@ -14,6 +14,7 @@ DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz MANINAINER= erich@FreeBSD.org +BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib NO_WRKSUBDIR= yes diff --git a/games/doom/files/patch-aa b/games/doom/files/patch-aa index 981e4f40eb5b..b6ad8045fada 100644 --- a/games/doom/files/patch-aa +++ b/games/doom/files/patch-aa @@ -700,7 +700,7 @@ diff -ruN ../virgin/musserver/Makefile ./musserver/Makefile + +doom-patch: + zcat doompat.tgz |(cd ../doom-1.8; pax -rv) -+ @(cd ../doom-1.8; env PATH=$${PATH}:. sh muspat) ++ @cd ../doom-1.8; ./pat @mus11.pat@xdoom || (/usr/bin/linux; ./pat @mus11.pat@xdoom) + touch doom-patch Binary files ../virgin/musserver/musserver and ./musserver/musserver differ diff -ruN ../virgin/musserver/musserver.c ./musserver/musserver.c |