diff options
Diffstat (limited to 'app-text/yodl/files/yodl-1.31.18-compile-fix-ia64.patch')
-rw-r--r-- | app-text/yodl/files/yodl-1.31.18-compile-fix-ia64.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-text/yodl/files/yodl-1.31.18-compile-fix-ia64.patch b/app-text/yodl/files/yodl-1.31.18-compile-fix-ia64.patch new file mode 100644 index 000000000000..487ec4644f3c --- /dev/null +++ b/app-text/yodl/files/yodl-1.31.18-compile-fix-ia64.patch @@ -0,0 +1,30 @@ +--- yodl-1.31.18/src/yodl2html-post/newfile.c.badz Wed Jun 27 14:17:38 2001 ++++ yodl-1.31.18/src/yodl2html-post/newfile.c Wed Jun 27 14:17:54 2001 +@@ -1,6 +1,7 @@ + + #include "yodl2html-post.h" + #include "libc-extension.h" ++#include "libgen.h" + + void + newfile (STRINGTAB t) +--- yodl-1.31.18/src/yodl2html-post/init.c.badz Wed Jun 27 13:34:05 2001 ++++ yodl-1.31.18/src/yodl2html-post/init.c Wed Jun 27 13:34:32 2001 +@@ -3,6 +3,7 @@ + #include "yodl2html-post.h" + #include "libc-extension.h" + #include "lib.h" ++#include "libgen.h" + + void + init () +--- yodl-1.31.18/src/yodl2html-post/yodl2html-post.c.badz Wed Jun 27 13:34:12 2001 ++++ yodl-1.31.18/src/yodl2html-post/yodl2html-post.c Wed Jun 27 13:34:38 2001 +@@ -1,6 +1,7 @@ + + #define EXTERN + #include "yodl2html-post.h" ++#include "libgen.h" + + int + main (int argc, char **argv) |