Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2006 09:19:07 GMT
From:      Andreas Steinel <lnxbil@saarlinux.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96193: BUG and FIX of emulators/snes9x
Message-ID:  <200604230919.k3N9J7wx072939@www.freebsd.org>
Resent-Message-ID: <200604230920.k3N9KIx8037776@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96193
>Category:       ports
>Synopsis:       BUG and FIX of emulators/snes9x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 09:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Steinel
>Release:        6.1
>Organization:
Saarlinux.org
>Environment:
FreeBSD silent.lnxbil 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Mon Mar 20 18:11:28 CET 2006     root@silent.lnxbil:/usr/src/sys/i386/compile/ATHLON-64  i386

>Description:
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
>Fix:
--- files/patch-configure.orig        Sun Apr 23 11:07:44 2006
+++ files/patch-configure       Sun Apr 23 11:11:00 2006
@@ -34,7 +34,7 @@
 +else
 +
 +  cat >conftest.$ac_ext <<_ACEOF
-+#line $LINENO "configure"
++#line 1234 "configure"
 +/* confdefs.h.  */
 +_ACEOF
 +cat confdefs.h >>conftest.$ac_ext
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604230919.k3N9J7wx072939>