diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-19 16:06:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-19 16:06:57 +0800 |
commit | 4f5e9aa99d5c3f38db96cae3ec69066068a526db (patch) | |
tree | b2633c8cfbb3c96f8fa11ce4e904b4efd3eb06c6 /x11-wm | |
parent | 1f0b7d31108c679bab4b606f67fe392e6d643fa9 (diff) | |
download | freebsd-ports-gnome-4f5e9aa99d5c3f38db96cae3ec69066068a526db.tar.gz freebsd-ports-gnome-4f5e9aa99d5c3f38db96cae3ec69066068a526db.tar.zst freebsd-ports-gnome-4f5e9aa99d5c3f38db96cae3ec69066068a526db.zip |
- fix build with gcc46
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/etoile-azalea/files/patch-AZScreen.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/etoile-azalea/files/patch-AZScreen.m b/x11-wm/etoile-azalea/files/patch-AZScreen.m new file mode 100644 index 000000000000..288a1021ff8d --- /dev/null +++ b/x11-wm/etoile-azalea/files/patch-AZScreen.m @@ -0,0 +1,10 @@ +--- Services/Private/Azalea/AZScreen.m.orig 2007-08-03 16:45:08.000000000 +0200 ++++ Services/Private/Azalea/AZScreen.m 2012-02-19 07:55:19.000000000 +0100 +@@ -31,6 +31,7 @@ + #import "openbox.h" + #import "prop.h" + #import "config.h" ++#import "assert.h" + + #import <XWindowServerKit/XScreen.h> + |