summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-09-03 04:10:28 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-09-03 04:10:28 +0400
commitf598952d4ae3798511c910597b2ce2de59668406 (patch)
tree1060a0bdc67f10d13908f544735e16bfcb2c52d2
parent6a81aaa4a9515b2e2725cdf93b11b29f618779da (diff)
downloadopen-axiom-debian-f598952d4ae3798511c910597b2ce2de59668406.tar.gz
Added a patch to use system xpm.h header; Remove directory contrib and file src/include/xpm.h from orig source tarball
-rw-r--r--debian/patches/use-system-xpm.h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/use-system-xpm.h.patch b/debian/patches/use-system-xpm.h.patch
new file mode 100644
index 0000000..801ef5c
--- /dev/null
+++ b/debian/patches/use-system-xpm.h.patch
@@ -0,0 +1,13 @@
+Index: open-axiom-debian/src/lib/pixmap.c
+===================================================================
+--- open-axiom-debian.orig/src/lib/pixmap.c 2011-09-03 03:05:32.000000000 +0400
++++ open-axiom-debian/src/lib/pixmap.c 2011-09-03 03:55:34.000000000 +0400
+@@ -263,7 +263,7 @@
+ #else /*OLD*/
+
+
+-#include "xpm.h"
++#include <X11/xpm.h>
+
+ int
+ read_pixmap_file(Display *display, int screen, char *filename,