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

(-)Makefile (-5 / +1 lines)
Lines 13-19 Link Here
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	${PORTNAME}-cvs-backup-${DISTVERSION}
14
DISTNAME=	${PORTNAME}-cvs-backup-${DISTVERSION}
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	gahr@gahr.ch
17
COMMENT=	A multiplayer game like Quake in 2D or Worms done right
17
COMMENT=	A multiplayer game like Quake in 2D or Worms done right
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
Lines 27-36 Link Here
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if ${OSVERSION} >= 700042
31
BROKEN=		Broken with gcc 4.2
32
.endif
33
34
.if ${ARCH} == "ia64"
30
.if ${ARCH} == "ia64"
35
BROKEN=		does not link on ${ARCH}
31
BROKEN=		does not link on ${ARCH}
36
.endif
32
.endif
(-)files/patch-sr-client-controls_keymapper_bindings.h (+11 lines)
Added Link Here
1
--- src/client/controls/keymapper_bindings.h.orig	2007-11-27 09:57:16.000000000 +0100
2
+++ src/client/controls/keymapper_bindings.h	2007-11-27 09:57:37.000000000 +0100
3
@@ -112,7 +112,7 @@
4
 	/*! Find a key based on a mouse button
5
 	    @param button The number of the button
6
 	    @return Returns the iterator */
7
-	iterator Evtmapper_bindings::find_by_mouse_button(int button);
8
+	iterator find_by_mouse_button(int button);
9
 	/*! Find a key based on its command function
10
 	    @param cmdfunction The commandfunction we are searching for
11
 	    @return Returns the iterator*/

Return to bug 118281