diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-20 12:26:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-20 12:26:11 +0000 |
commit | 20eb7a844cdc5ced09501aa2d2493827aeccd7df (patch) | |
tree | df9c9431e56469f911b3adfd5ca13b5fc81e848e /astro/xglobe/files/patch-marker.xpm | |
parent | Unbreak on amd64 (diff) |
- Migrate to qt4
PR: ports/154148
Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
Feature safe: yes
Diffstat (limited to 'astro/xglobe/files/patch-marker.xpm')
-rw-r--r-- | astro/xglobe/files/patch-marker.xpm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/astro/xglobe/files/patch-marker.xpm b/astro/xglobe/files/patch-marker.xpm new file mode 100644 index 000000000000..4cfec031a041 --- /dev/null +++ b/astro/xglobe/files/patch-marker.xpm @@ -0,0 +1,9 @@ +--- marker.xpm.orig 1998-11-20 09:16:30.000000000 -0800 ++++ marker.xpm 2011-01-19 09:32:52.000000000 -0800 +@@ -1,5 +1,5 @@ + /* XPM */ +-static char * marker_xpm[] = { ++static const char * marker_xpm[] = { + "7 7 3 1", + " c None", + ". c #000000", |