diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-27 07:51:44 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-27 07:51:44 +0000 |
commit | 930de0eff60e28ea03c288c1d6708ffa9db8e813 (patch) | |
tree | e98a116e3cb93db5ec9eb01395f20a6b3202a98c /emulators | |
parent | a9ed3ea258a0f6bbe0112b81eed3564afc5e9b4b (diff) | |
download | FreeBSD-ports-930de0eff60e28ea03c288c1d6708ffa9db8e813.zip FreeBSD-ports-930de0eff60e28ea03c288c1d6708ffa9db8e813.tar.gz |
- Add amd64 to ONLY_FOR_ARCHS
- Add a note about linprocfs in pkg-message
PR: ports/92400
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-ePSXe/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-ePSXe/pkg-message | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 1bbdba5..53ef328 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 0dee003..047c949 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. =============================================================================== |