summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtommath/files/0.21-doc-fix.patch')
-rw-r--r--dev-libs/libtommath/files/0.21-doc-fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/libtommath/files/0.21-doc-fix.patch b/dev-libs/libtommath/files/0.21-doc-fix.patch
deleted file mode 100644
index 766f6f45393b..000000000000
--- a/dev-libs/libtommath/files/0.21-doc-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- makefile.orig 2003-06-12 14:03:05.000000000 -0400
-+++ makefile 2003-06-12 14:03:18.000000000 -0400
-@@ -41,13 +41,11 @@
- $(AR) $(ARFLAGS) libtommath.a $(OBJECTS)
- ranlib libtommath.a
-
--install: libtommath.a docs
-+install: libtommath.a
- install -d -g root -o root $(DESTDIR)$(LIBPATH)
- install -d -g root -o root $(DESTDIR)$(INCPATH)
-- install -d -g root -o root $(DESTDIR)$(DATAPATH)
- install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH)
- install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH)
-- install -g root -o root bn.pdf $(DESTDIR)$(DATAPATH)
-
- test: libtommath.a demo/demo.o
- $(CC) demo/demo.o libtommath.a -o test