summaryrefslogtreecommitdiff
path: root/graphics/libdjvu++/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-02-11 01:03:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-02-11 01:03:19 +0000
commit898b7e4cabef9351dc4cef62a6e5ef1d7b27d8e9 (patch)
treee316e042430ca4485a51b11965ead5a95495989a /graphics/libdjvu++/files/patch-ab
parentRemove ports depending on expired devel/cl-asdf-cmucl port. (diff)
Remove expired ports
Diffstat (limited to 'graphics/libdjvu++/files/patch-ab')
-rw-r--r--graphics/libdjvu++/files/patch-ab7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/libdjvu++/files/patch-ab b/graphics/libdjvu++/files/patch-ab
deleted file mode 100644
index 673e68e9b1dc..000000000000
--- a/graphics/libdjvu++/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();