diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:24:09 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:24:09 +0000 |
| commit | 73feb8f41620f657d41cf638a36e15207e74c9c5 (patch) | |
| tree | b3d0dc4fdb6e503db9949bc9e9d58ce6d2653f15 /misc/snowflake/files/patch-sf_control.c | |
| parent | - Remove an empty url (a typo) (diff) | |
- Fix build with gcc41
PR: ports/104110
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Diffstat (limited to 'misc/snowflake/files/patch-sf_control.c')
| -rw-r--r-- | misc/snowflake/files/patch-sf_control.c | 17 |
1 files changed, 14 insertions, 3 deletions
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 <sys/shm.h> + #include <sys/sem.h> + +-#include "sf.h" +- + #include "getopt.h" ++#include "sf.h" + + /* for iconify_window(): */ + #include <X11/Xlib.h> +@@ -266,7 +265,7 @@ static char xpm_filespec[MAX_FILESPEC+1] = { 0 }; static char design_filespec[MAX_FILESPEC+1] = { 0 }; |
