From 73feb8f41620f657d41cf638a36e15207e74c9c5 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 7 Oct 2006 15:24:09 +0000 Subject: - Fix build with gcc41 PR: ports/104110 Submitted by: trasz --- misc/snowflake/files/patch-sf_control.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'misc/snowflake/files/patch-sf_control.c') diff --git a/misc/snowflake/files/patch-sf_control.c b/misc/snowflake/files/patch-sf_control.c index 364d3dd000b5..d50218d1d0f8 100644 --- a/misc/snowflake/files/patch-sf_control.c +++ b/misc/snowflake/files/patch-sf_control.c @@ -1,6 +1,17 @@ ---- sf_control.c.orig Mon Dec 21 08:18:55 1998 -+++ sf_control.c Sat Nov 8 21:20:24 2003 -@@ -266,7 +266,7 @@ +--- sf_control.c.orig Mon Dec 21 00:18:55 1998 ++++ sf_control.c Sat Oct 7 16:20:33 2006 +@@ -15,9 +15,8 @@ + #include + #include + +-#include "sf.h" +- + #include "getopt.h" ++#include "sf.h" + + /* for iconify_window(): */ + #include +@@ -266,7 +265,7 @@ static char xpm_filespec[MAX_FILESPEC+1] = { 0 }; static char design_filespec[MAX_FILESPEC+1] = { 0 }; -- cgit v1.2.3