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

(-)hugo/Makefile (-11 / +1 lines)
Lines 56-69 Link Here
56
post-patch:
56
post-patch:
57
	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure
57
	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure
58
58
59
.include <bsd.port.pre.mk>
59
.include <bsd.port.mk>
60
61
.if ${OSVERSION} >= 700042
62
BROKEN=		Does not compile with GCC 4.2
63
.endif
64
65
.if ${ARCH} != "i386"
66
BROKEN=		fails to install
67
.endif
68
69
.include <bsd.port.post.mk>
(-)hugo/files/patch-configure (-3 / +12 lines)
Lines 1-5 Link Here
1
--- configure.orig	Tue Apr  5 14:28:53 2005
1
--- configure.orig	2005-04-05 14:28:53.000000000 -0500
2
+++ configure	Fri May 19 02:02:42 2006
2
+++ configure	2007-10-09 21:55:43.000000000 -0500
3
@@ -3256,7 +3256,7 @@
3
@@ -3256,7 +3256,7 @@
4
   echo $ECHO_N "(cached) $ECHO_C" >&6
4
   echo $ECHO_N "(cached) $ECHO_C" >&6
5
 else
5
 else
Lines 27-33 Link Here
27
 then
27
 then
28
 
28
 
29
 
29
 
30
@@ -8675,7 +8675,36 @@
30
@@ -8657,7 +8659,7 @@
31
 
32
 		 fi
33
 	 ;;
34
-	 i386-FreeBSD)
35
+	 *-FreeBSD)
36
 	  echo "FreeBSD build enabled"
37
 
38
 		 	 HUGO_TARGET_MACHINE="FREEBSD"
39
@@ -8675,6 +8677,35 @@
31
   SDL_FREEBSD_FALSE=
40
   SDL_FREEBSD_FALSE=
32
 fi
41
 fi
33
 
42
 
(-)hugo/files/patch-pce.c (+11 lines)
Line 0 Link Here
1
--- pce.c.orig	2005-03-28 08:17:45.000000000 -0600
2
+++ pce.c	2007-10-09 21:32:50.000000000 -0500
3
@@ -358,7 +358,7 @@
4
 int UPeriod = 0;
5
 // Number of frame to skip
6
 
7
-static int BaseClock;
8
+int BaseClock;
9
 
10
 UChar video_driver = 0;
11
 /* 0 => Normal driver, normal display

Return to bug 117054