diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-19 14:33:03 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-19 14:33:03 +0000 |
commit | bb57e7f8635e0530a339f1eb2cd5bc76b4a0c0d6 (patch) | |
tree | 4e7d43fb5e78754cbbc92cfbf3d174326f215cf8 /games/doom/files | |
parent | Activate su2. (diff) |
BUILD_DEPENDS on ld.so;
modload the linuxulator if we can't run the linux binary in the
build process.
Diffstat (limited to 'games/doom/files')
-rw-r--r-- | games/doom/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
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 |