summaryrefslogtreecommitdiff
path: root/graphics/djvulibre/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /graphics/djvulibre/files/patch-ab
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'graphics/djvulibre/files/patch-ab')
-rw-r--r--graphics/djvulibre/files/patch-ab7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/djvulibre/files/patch-ab b/graphics/djvulibre/files/patch-ab
deleted file mode 100644
index 673e68e9b1dc..000000000000
--- a/graphics/djvulibre/files/patch-ab
+++ /dev/null
@@ -1,7 +0,0 @@
---- GContainer.h.orig Wed Mar 17 14:24:57 1999
-+++ GContainer.h Tue Jul 20 14:33:21 1999
-@@ -981,3 +981,3 @@
- if (data && lobound<=hibound)
-- for (int i=lobound; i<=hibound; i++)
-+ for (i=lobound; i<=hibound; i++)
- data[i-minlo].TYPE::~TYPE();