summaryrefslogtreecommitdiff
path: root/graphics/vcg/files/patch-af
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-02-19 09:25:45 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-02-19 09:25:45 +0000
commit3df7b2193145a7913345a0cf0534ddaacd7f4ce3 (patch)
tree63fb8ae32acf63c8fb5448011d9cce6235c9f01c /graphics/vcg/files/patch-af
parentPixmap is a pixmap editor based on XPM library (diff)
vcg - a visualization tool for compiler graphs
Submitted by: Philippe Charnier <charnier@lirmm.fr>
Notes
Notes: svn path=/head/; revision=1008
Diffstat (limited to 'graphics/vcg/files/patch-af')
-rw-r--r--graphics/vcg/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/vcg/files/patch-af b/graphics/vcg/files/patch-af
new file mode 100644
index 000000000000..f1249b1c5f69
--- /dev/null
+++ b/graphics/vcg/files/patch-af
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:44:23
++++ src/main.c 1995/02/18 17:44:52
+@@ -147,7 +147,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>