From 480aaa80335944df701b948daaa7857540204169 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Fri, 27 Jan 2006 07:51:44 +0000 Subject: - Add amd64 to ONLY_FOR_ARCHS - Add a note about linprocfs in pkg-message PR: ports/92400 Submitted by: Yuri Pankov --- emulators/linux-ePSXe/Makefile | 2 +- emulators/linux-ePSXe/pkg-message | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'emulators/linux-ePSXe') diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 1bbdba50df36..53ef3286255a 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper diff --git a/emulators/linux-ePSXe/pkg-message b/emulators/linux-ePSXe/pkg-message index 0dee003525eb..047c949eba9c 100644 --- a/emulators/linux-ePSXe/pkg-message +++ b/emulators/linux-ePSXe/pkg-message @@ -18,4 +18,12 @@ To do anything useful with the emulator, you need: won't work". Please keep in mind that the Playstation BIOS is copyrighted software. + +Moreover, some users report that the emulator does not work for them unless +they mount the Linux process file system. To mount linprocfs, add the +following line to /etc/fstab: + +linproc /compat/linux/proc linprocfs rw 0 0 + +and reboot the system. =============================================================================== -- cgit v1.2.3