Bug 96193

Summary: BUG and FIX of emulators/snes9x
Product: Ports & Packages Reporter: Andreas Steinel <lnxbil>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.