summaryrefslogtreecommitdiffstats
path: root/libraries/xawplus/locpixmap-fix.patch
diff options
context:
space:
mode:
author Bojan Popovic2012-12-29 22:40:18 +0100
committer dsomero2012-12-30 04:25:36 +0100
commitd3284345f21f39209fcac1ffd3cb39b44c6460b2 (patch)
treebe7f6de0ad565351f436288571d7a960982b94b5 /libraries/xawplus/locpixmap-fix.patch
parentbc521f26d0b4ce79d73ce3a84be221e1d55ba7af (diff)
downloadslackbuilds-d3284345f21f39209fcac1ffd3cb39b44c6460b2.tar.gz
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.patch18
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 0000000000..f46d98b975
--- /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;