diff options
author | Bojan Popovic <bocke@slacware-srbija.org> | 2012-12-29 16:40:18 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-29 22:25:36 -0500 |
commit | d3284345f21f39209fcac1ffd3cb39b44c6460b2 (patch) | |
tree | be7f6de0ad565351f436288571d7a960982b94b5 /libraries/xawplus/locpixmap-fix.patch | |
parent | bc521f26d0b4ce79d73ce3a84be221e1d55ba7af (diff) |
libraries/xawplus: Added (more modern clone of Xaw library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/xawplus/locpixmap-fix.patch')
-rw-r--r-- | libraries/xawplus/locpixmap-fix.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/xawplus/locpixmap-fix.patch b/libraries/xawplus/locpixmap-fix.patch new file mode 100644 index 000000000000..f46d98b9751c --- /dev/null +++ b/libraries/xawplus/locpixmap-fix.patch @@ -0,0 +1,18 @@ +--- XawPlus/LocPixmap.c.orig Wed May 30 21:14:07 2007 ++++ XawPlus/LocPixmap.c Wed May 30 21:14:31 2007 +@@ -173,6 +173,7 @@ + } /* if */ + } + ++static char **split_path_string(); + + /* + * XawLocatePixmapFile - read a pixmap file using the normal defaults +@@ -195,7 +196,6 @@ + char **file_paths = NULL; + char filename[MAXPATHLEN]; + int i; +- static char **split_path_string(); + char *name; + + XpmAttributes attributes; |