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

(-)paragui/Makefile (-4 lines)
Lines 32-41 Link Here
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
.if ${ARCH} != "i386"
36
BROKEN=		does not build on ${ARCH}
37
.endif
38
39
post-extract:
35
post-extract:
40
	@${RM} -f ${WRKSRC}/src/physfs/platform.c
36
	@${RM} -f ${WRKSRC}/src/physfs/platform.c
41
37
(-)paragui/files/patch-include__pgtimerobject.h (+11 lines)
Added Link Here
1
--- ./include/pgtimerobject.h.orig	Sat Jan  4 18:13:38 2003
2
+++ ./include/pgtimerobject.h	Tue Jun 20 19:37:34 2006
3
@@ -32,7 +32,7 @@
4
 #include "paragui.h"
5
 #include <map>
6
 
7
-typedef Uint32 PG_TimerID;
8
+typedef ptrdiff_t PG_TimerID;
9
 
10
 /**
11
 	@author Alexander Pipelka

Return to bug 99233