diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 05:40:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 05:40:22 +0800 |
commit | df135f52fe93888c80a785609eecd0112f5a6b12 (patch) | |
tree | 8a5303c912fa15469687a66c04c0289519b55495 | |
parent | 4a62f68dac89fab80a0fb1d6ebac01da076e964a (diff) | |
download | freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.tar.gz freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.tar.zst freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.zip |
- Fill in $LINENO in configure script, so it detects FreeBSD, so it enables
joystick support.
This a more magic situation.
PR: ports/96193
Submitted by: Andreas Steinel <lnxbil@saarlinux.org>
-rw-r--r-- | emulators/snes9x/Makefile | 1 | ||||
-rw-r--r-- | emulators/snes9x/files/patch-configure | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index dad5b8ea3366..cc2f38bc8b89 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -7,6 +7,7 @@ PORTNAME= snes9x PORTVERSION= 1.42 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.lysator.liu.se/snes9x/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/emulators/snes9x/files/patch-configure b/emulators/snes9x/files/patch-configure index 579ec0dd54a2..ecc24c5f49fc 100644 --- a/emulators/snes9x/files/patch-configure +++ b/emulators/snes9x/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Fri Dec 5 02:03:08 2003 -+++ configure Sun Jan 25 00:50:04 2004 +--- configure.orig Thu Dec 4 18:03:08 2003 ++++ configure Sat Apr 29 23:35:05 2006 @@ -646,6 +646,7 @@ --with(out)-aido Use a shared memory area for output (default: without) --with(out)-joystick Enable joystick support if available (default: with) @@ -34,7 +34,7 @@ +else + + cat >conftest.$ac_ext <<_ACEOF -+#line $LINENO "configure" ++#line 3885 "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext |