summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-11-13 00:38:11 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-11-13 00:38:11 +0400
commit076e69430258b8a59d06a581981eafa34b0298dd (patch)
tree5ae22a5dc6fa9897009cb84402b63ca79ba30ec2 /debian/patches
parentddceec70e3323543af6137c4ccb24a395bc62be0 (diff)
downloadopen-axiom-debian-076e69430258b8a59d06a581981eafa34b0298dd.tar.gz
New upstream version (SVN). Use SBCL where available and CLISP otherwheres; removed patch for system xpm.h
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/use-system-xpm.h.patch13
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/series b/debian/patches/series
index ec5bee6..b38a365 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
install-dir.patch
no-missing-messages.patch
non-static-open-axiom-binary.patch
-use-system-xpm.h.patch
diff --git a/debian/patches/use-system-xpm.h.patch b/debian/patches/use-system-xpm.h.patch
deleted file mode 100644
index 801ef5c..0000000
--- a/debian/patches/use-system-xpm.h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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,