diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 23:03:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 23:03:42 +0000 |
commit | 18f398df51065f22f893ae12ac9ceb305a823394 (patch) | |
tree | 709f06e731ed089f268cb31e674ff82145e27c14 /app-text/linuxdoc-tools/files | |
parent | Revision bump with a GCC patch and a security patch. Closing bug #142394 and... (diff) | |
download | historical-18f398df51065f22f893ae12ac9ceb305a823394.tar.gz historical-18f398df51065f22f893ae12ac9ceb305a823394.tar.bz2 historical-18f398df51065f22f893ae12ac9ceb305a823394.zip |
Add patch to build on FreeBSD and add ~x86-fbsd keyword. See bug #146536.
Package-Manager: portage-2.1.1_rc1-r5
Diffstat (limited to 'app-text/linuxdoc-tools/files')
-rw-r--r-- | app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-malloc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-malloc.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-malloc.patch new file mode 100644 index 000000000000..2f5b3dc4a25a --- /dev/null +++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-malloc.patch @@ -0,0 +1,13 @@ +Index: linuxdoc-tools-0.9.21/rtf-fix/rtf2rtf.l +=================================================================== +--- linuxdoc-tools-0.9.21.orig/rtf-fix/rtf2rtf.l ++++ linuxdoc-tools-0.9.21/rtf-fix/rtf2rtf.l +@@ -22,7 +22,7 @@ + + %{ + +-#include <malloc.h> ++#include <stdlib.h> + #include <stdio.h> + #include <string.h> + |