summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtomcrypt/files/0.90-doc-fix.patch')
-rw-r--r--dev-libs/libtomcrypt/files/0.90-doc-fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libtomcrypt/files/0.90-doc-fix.patch b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch
new file mode 100644
index 000000000000..6370cdbeea7a
--- /dev/null
+++ b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch
@@ -0,0 +1,17 @@
+--- makefile 2003-06-12 13:58:30.000000000 -0400
++++ makefile.orig 2003-06-12 13:58:07.000000000 -0400
+@@ -109,13 +109,11 @@
+ #This rule installs the library and the header files. This must be run
+ #as root in order to have a high enough permission to write to the correct
+ #directories and to set the owner and group to root.
++install: library
+-install: library docs
+ 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 crypt.pdf $(DESTDIR)$(DATAPATH)
+
+ #This rule cleans the source tree of all compiled code, not including the pdf
+ #documentation.