summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-ae
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 19:12:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 19:12:27 +0000
commit09af51cc2bf96bee32fb234721adbb8c74ac904f (patch)
treefa4c8fa3865ced52e99b3a6ad460dc66a2c15c10 /graphics/graphviz/files/patch-ae
parentFix installation, broken by last commit (diff)
o Update to 1.7.6
o Depend on freetype2 instead of freetype o Remove all patches since they are no longer necessary in this latest update PR: 29015 Submitted by: Kato Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=45845
Diffstat (limited to 'graphics/graphviz/files/patch-ae')
-rw-r--r--graphics/graphviz/files/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/graphviz/files/patch-ae b/graphics/graphviz/files/patch-ae
deleted file mode 100644
index 65bb2b4f0a85..000000000000
--- a/graphics/graphviz/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- lefty/lefty.c.orig Mon Oct 9 09:19:43 2000
-+++ lefty/lefty.c Fri Nov 3 04:20:09 2000
-@@ -44,7 +44,11 @@
- #define canread(fp) ((fp)->_IO_read_end > (fp)->_IO_read_ptr)
- #else
- #ifdef NO_CNT_IN_FILESTRUCT
-+#ifdef __FreeBSD__
-+#define canread(fp) ((fp)->_r > 0)
-+#else
- #define canread(fp) ((fp)->_IO_read_end > (fp)->_IO_read_ptr)
-+#endif
- #else
- #define canread(fp) ((fp)->_cnt > 0)
- #endif