summaryrefslogtreecommitdiff
path: root/graphics/pixmap/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-19 03:22:36 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-19 03:22:36 +0000
commit3f47621e5848d1918896fd15c11c5fe49c1d78af (patch)
treecadae344febd381cae78b46f7255cbd80d39ab2e /graphics/pixmap/files
parentGet it into order again, i have hosed it with the last commit and add xfm (diff)
Pixmap is a pixmap editor based on XPM library
Notes
Notes: svn path=/head/; revision=1007
Diffstat (limited to 'graphics/pixmap/files')
-rw-r--r--graphics/pixmap/files/patch-aa19
-rw-r--r--graphics/pixmap/files/patch-ab19
2 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pixmap/files/patch-aa b/graphics/pixmap/files/patch-aa
new file mode 100644
index 000000000000..765204c28418
--- /dev/null
+++ b/graphics/pixmap/files/patch-aa
@@ -0,0 +1,19 @@
+*** Pixmap.h~ Fri May 13 04:03:29 1994
+--- Pixmap.h Sun Feb 19 03:35:48 1995
+***************
+*** 69,75 ****
+ #include <X11/Xmu/Converters.h>
+ #include <X11/Xos.h>
+ #include <X11/Xfuncproto.h>
+! #include "xpm.h"
+
+ /* Resources:
+
+--- 69,75 ----
+ #include <X11/Xmu/Converters.h>
+ #include <X11/Xos.h>
+ #include <X11/Xfuncproto.h>
+! #include <X11/xpm.h>
+
+ /* Resources:
+
diff --git a/graphics/pixmap/files/patch-ab b/graphics/pixmap/files/patch-ab
new file mode 100644
index 000000000000..81f93dbc54fe
--- /dev/null
+++ b/graphics/pixmap/files/patch-ab
@@ -0,0 +1,19 @@
+*** SelFile/SelFile.c~ Mon May 30 04:02:59 1994
+--- SelFile/SelFile.c Sun Feb 19 03:40:43 1995
+***************
+*** 46,52 ****
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+ extern int sys_nerr;
+! extern char *sys_errlist[];
+
+ #include <sys/param.h>
+ #include <X11/cursorfont.h>
+--- 46,52 ----
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+ extern int sys_nerr;
+! /* extern char *sys_errlist[];*/
+
+ #include <sys/param.h>
+ #include <X11/cursorfont.h>