diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-28 18:11:35 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-28 18:11:35 +0000 |
commit | 70ade92f9093923afe1c4978aa6748f62031ef4d (patch) | |
tree | 09fc63bade89406461519fc32b80fc1cd3bd5650 /graphics/djvulibre/files | |
parent | 5abba4bb4e4e3c3c81edc0dde2620cd6bb05dc2d (diff) |
Notes
Diffstat (limited to 'graphics/djvulibre/files')
-rw-r--r-- | graphics/djvulibre/files/patch-ab | 7 | ||||
-rw-r--r-- | graphics/djvulibre/files/patch-ac | 21 |
2 files changed, 0 insertions, 28 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(); diff --git a/graphics/djvulibre/files/patch-ac b/graphics/djvulibre/files/patch-ac deleted file mode 100644 index 444b5236f853..000000000000 --- a/graphics/djvulibre/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig Wed Mar 17 14:24:59 1999 -+++ Makefile.in Tue Jul 20 18:08:59 1999 -@@ -36 +36 @@ --LIB= libdjvu++.a -+LIB= libdjvu++.so -@@ -53,4 +53,3 @@ --$(LIB): $(LIBOBJS) -- if [ -r $(LIB) ] ; then rm $(LIB) ; fi -- $(AR) cq $(LIB) $(LIBOBJS) -- $(RANLIB) $(LIB) -+$(LIB): ${LIBOBJS:.o=.cpp} -+ ${MAKE} -f bsd.lib.mk CXX="${CXX}" OBJS="${LIBOBJS}" LIB=djvu++ \ -+ SHLIB_MAJOR=2 SHLIB_MINOR=1 -@@ -68 +67 @@ --BZZOBJS = bzz.o BSByteStream.o ZPCodec.o ByteStream.o GException.o DjVuGlobal.o -+BZZOBJS = bzz.o ---- @Test/Makefile.in.orig Fri Mar 5 19:42:53 1999 -+++ @Test/Makefile.in Tue Jul 20 18:00:24 1999 -@@ -17 +17 @@ --LIB= ../libdjvu++.a -+LIB= ../libdjvu++.so |