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

(-)Makefile (-4 lines)
Lines 35-44 Link Here
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if ${OSVERSION} >= 700042
39
BROKEN=		Does not compile with GCC 4.2
40
.endif
41
42
pre-everything::
38
pre-everything::
43
.if ${HAVE_SDL}
39
.if ${HAVE_SDL}
44
	@${ECHO_MSG} "This port depends on SDL with OpenGL support."
40
	@${ECHO_MSG} "This port depends on SDL with OpenGL support."
(-)files/patch-noegnud_noegnud_gui.c (+11 lines)
Added Link Here
1
--- noegnud/noegnud_gui.c.orig	2007-10-02 14:32:19.000000000 +0200
2
+++ noegnud/noegnud_gui.c	2007-10-02 14:32:30.000000000 +0200
3
@@ -627,7 +627,7 @@
4
     //button=(noegnud_gui_tbutton *)noegnud_gui_create_window(parent,x,y,width,height,(sizeof(noegnud_gui_twindow)-sizeof(noegnud_gui_twidget))+datasize);
5
 
6
     text=noegnud_gui_create_text(
7
-				 (noegnud_gui_twidget *)button=(noegnud_gui_tbutton *)noegnud_gui_create_window(
8
+				 button=(noegnud_gui_tbutton *)noegnud_gui_create_window(
9
 														parent,
10
 														x,y,
11
 														width,height,

Return to bug 116822