Bug 96193 - BUG and FIX of emulators/snes9x
Summary: BUG and FIX of emulators/snes9x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-23 10:20 UTC by Andreas Steinel
Modified: 2006-04-29 22:40 UTC (History)
0 users

See Also:


Attachments
file.diff (301 bytes, patch)
2006-04-23 10:20 UTC, Andreas Steinel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Steinel 2006-04-23 10:20:17 UTC
Hi folks,

I want to use snes9x with joystick support but get only:
..
checking if the CPU is IA32... yes
checking if the OS is Linux... no
checking if the OS is HP-UX... no
checking if the OS is FreeBSD... no              <----- ATTENTION
checking if the OS is MS Windows... no
..
display system.... X11
joystick support.. no                            <----- ATTENTION
using asm cores... yes

So I decided to find out why the configure-script doesn't recognize
FreeBSD, so I found out, that there is a possible mistake in the configure file with $LINENO which is not defined.
I altered the corresponding line and everything works now.


With best regards
Andreas

How-To-Repeat: make and have a look at:
..
checking if the CPU is IA32... yes
checking if the OS is Linux... no
checking if the OS is HP-UX... no
checking if the OS is FreeBSD... no              <----- ATTENTION
checking if the OS is MS Windows... no
..
display system.... X11
joystick support.. no                            <----- ATTENTION
using asm cores... yes
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-29 22:40:31 UTC
State Changed
From-To: open->closed

Committed, thanks! Nice catch.