summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-10-28 14:10:03 +0000
committerpav <pav@FreeBSD.org>2004-10-28 14:10:03 +0000
commite27533ed086b532e5800998e46e40d8451fe7927 (patch)
tree9b53ee1992aeb7c964b762e3c87d434646d0daa8 /emulators
parent7dc57f416f35f422ea745a08773fc6c3329aa289 (diff)
downloadFreeBSD-ports-e27533ed086b532e5800998e46e40d8451fe7927.zip
FreeBSD-ports-e27533ed086b532e5800998e46e40d8451fe7927.tar.gz
- Remove *xil options, mame does not support them
PR: ports/73045 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: Travis Poppe <tlp@LiquidX.org> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gxmame/Makefile2
-rw-r--r--emulators/gxmame/files/patch-src::options.c38
2 files changed, 39 insertions, 1 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile
index efd1599..6ab4c47 100644
--- a/emulators/gxmame/Makefile
+++ b/emulators/gxmame/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gxmame
PORTVERSION= 0.34b
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/emulators/gxmame/files/patch-src::options.c b/emulators/gxmame/files/patch-src::options.c
new file mode 100644
index 0000000..27c4941
--- /dev/null
+++ b/emulators/gxmame/files/patch-src::options.c
@@ -0,0 +1,38 @@
+--- src/options.c.orig Sat Oct 23 18:16:28 2004
++++ src/options.c Sat Oct 23 18:17:37 2004
+@@ -7298,8 +7298,6 @@
+ "%s " /* newext */
+ "-%sxsync "
+ "-%sprivatecmap "
+- "-%sxil "
+- "-%smtxil "
+ "%s ", /* Video mode */
+ x11mode,
+ (target->cursor)?"":"no",
+@@ -7308,8 +7306,6 @@
+ newext?newext:"",
+ (target->xsync)?"":"no",
+ (target->privatecmap)?"":"no",
+- (target->xil)?"":"no",
+- (target->mtxil)?"":"no",
+ Video_Mode_option?Video_Mode_option:""
+ );
+ }
+@@ -7323,8 +7319,6 @@
+ "%s " /* newext */
+ "-%sxsync "
+ "-%sprivatecmap "
+- "-%sxil "
+- "-%smtxil "
+ "%s ", /* Video mode */
+ target->x11_mode,
+ (target->cursor)?"":"no",
+@@ -7334,8 +7328,6 @@
+ newext?newext:"",
+ (target->xsync)?"":"no",
+ (target->privatecmap)?"":"no",
+- (target->xil)?"":"no",
+- (target->mtxil)?"":"no",
+ Video_Mode_option?Video_Mode_option:""
+ );
+ }
OpenPOWER on IntegriCloud