View | Details | Raw Unified | Return to bug 244960
Collapse All | Expand All

(-)emulators/dosbox/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dosbox
4
PORTNAME=	dosbox
5
DISTVERSION=	0.74-3
5
DISTVERSION=	0.74-3
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
8
9
(-)emulators/dosbox/files/patch-src_gui_sdlmain.cpp (+11 lines)
Line 0 Link Here
1
--- src/gui/sdlmain.cpp.orig	2020-03-21 19:17:13 UTC
2
+++ src/gui/sdlmain.cpp
3
@@ -1433,7 +1433,7 @@ void GFX_LosingFocus(void) {
4
 #define DB_POLLSKIP 1
5
 #endif
6
 
7
-#if defined(LINUX)
8
+#if defined(LINUX) || defined(BSD)
9
 #define SDL_XORG_FIX 1
10
 #else
11
 #define SDL_XORG_FIX 0

Return to bug 244960